Skip to content

Commit

Permalink
Merge pull request #9107 from Agoric/gibson-9105-upgrade-info
Browse files Browse the repository at this point in the history
fix(scripts): Add go-getter subdirectory unwrapping to generated `agd tx submit-proposal`s
  • Loading branch information
mergify[bot] authored Mar 19, 2024
2 parents e7e7c67 + be8ac88 commit b04fbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-upgrade-proposal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ curl -L "$ZIPURL" -o "$zipfile"
echo "Generating SHA-256 checksum..." 1>&2
checksum=sha256:$(shasum -a 256 "$zipfile" | cut -d' ' -f1)

info="{\"binaries\":{\"any\":\"$ZIPURL?checksum=$checksum\"}}"
info="{\"binaries\":{\"any\":\"$ZIPURL//agoric-sdk-$COMMIT_ID?checksum=$checksum\"},\"source\":\"$ZIPURL?checksum=$checksum\"}"

cat <<EOF 1>&2
------------------------------------------------------------
Expand Down

0 comments on commit b04fbb7

Please sign in to comment.