Skip to content

Commit

Permalink
fix(scripts): Add go-getter subdirectory unwrapping to generated `agd…
Browse files Browse the repository at this point in the history
… tx submit-proposal`s

Closes #9105
Ref 32bff4b (branch dev-upgrade-14)
  • Loading branch information
gibson042 committed Mar 19, 2024
1 parent e7e7c67 commit be8ac88
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 be8ac88

Please sign in to comment.