Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shifty11 committed Jun 3, 2024
1 parent 656bc3e commit c984834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ proto-gen:
@docker run --rm \
--volume "$(PWD)":/workspace `# Mount this repo as workspace` \
--volume "$$(go list -m -f '{{.Dir}}' github.com/cosmos/cosmos-sdk)":/cosmos-sdk:ro `# Mount cosmos-sdk from installed go modules` \
--volume "$$(go list -m -f '{{.Dir}}' github.com/cosmos/ibc-go/v8)":/ibc:ro `# Mount cosmos-sdk from installed go modules` \
--volume "$$(go list -m -f '{{.Dir}}' github.com/cosmos/ibc-go/v8)":/ibc:ro `# Mount ibc-go from installed go modules` \
--workdir /workspace \
kyve-proto sh ./proto/generate.sh
@echo "✅ Completed code generation!"
Expand Down

0 comments on commit c984834

Please sign in to comment.