Skip to content

Commit

Permalink
uncomment degit so that it pulls cosmos-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Unique-Divine committed Sep 14, 2023
1 parent 7ec82d8 commit fdde88f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proto/buf.gen.rs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ proto_clone_sdk() {

# degit copies a GitHub repo without downloading the entire git history,
# which is much faster than a full git clone.
# npx degit "cosmos/cosmos-sdk#$nibiru_cosmos_sdk_version" cosmos-sdk --force
npx degit "cosmos/cosmos-sdk#$nibiru_cosmos_sdk_version" cosmos-sdk --force
DIR_COSMOS_SDK="$(pwd)/cosmos-sdk"
cd $start_dir
}
Expand Down

0 comments on commit fdde88f

Please sign in to comment.