Skip to content

Commit

Permalink
chore: Update update-protos.sh to use correct make target
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Aug 29, 2024
1 parent e2ff3af commit 88bd504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-proto/update-protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AG_SDK=$(readlink -f "$(dirname -- "$(readlink -f -- "$0")")/../..")

# go ensure fresh build
cd "$AG_SDK"/golang/cosmos
make go-mod-cache
SKIP_MOD_VERIFY=1 make go.sum
COSMOS_SDK=$(go list -m -f '{{ .Dir }}' github.com/cosmos/cosmos-sdk)
IBC_GO=$(go list -m -f '{{ .Dir }}' github.com/cosmos/ibc-go/v6)
cd -
Expand Down

0 comments on commit 88bd504

Please sign in to comment.