Skip to content

Commit

Permalink
set gen protosh script back
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jun 28, 2024
1 parent 004ab19 commit 7324134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/gen_protos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if ! cargo install --list | grep "protoc-gen-prost-crate" > /dev/null; then
fi
fi

if ! buf generate https://github.com/xmtp/proto.git#branch=cv/update-permissions-intents,subdir=proto; then
if ! buf generate https://github.com/xmtp/proto.git#branch=main,subdir=proto; then
echo "Failed to generate protobuf definitions"
exit 1
fi
Expand Down

0 comments on commit 7324134

Please sign in to comment.