Skip to content

Commit

Permalink
remove: debug with test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsenta committed Jul 17, 2024
1 parent d2f75cc commit 3da82a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion load-from-github.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -o pipefail
set -o nounset
set -o errexit

REPO="filecoin-project/lotus"
REPO="galargh/lotus"
RELEASES=$(curl -s "https://api.github.com/repos/${REPO}/releases")
get_latest_release() {
local TAG_PREFIX=$1
Expand Down

0 comments on commit 3da82a5

Please sign in to comment.