Skip to content

Commit

Permalink
revert gen_protos
Browse files Browse the repository at this point in the history
  • Loading branch information
insipx committed Dec 6, 2023
1 parent aae87dd commit 187eda9
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 @@ -5,7 +5,7 @@ if ! cargo install --list | grep "protoc-gen-prost-crate" > /dev/null; then
exit 1
fi
fi
if ! buf generate https://github.com/xmtp/proto.git#branch=insipx/remove-add-wallet-addresses,subdir=proto; then
if ! buf generate https://github.com/xmtp/proto.git#branch=nmolnar/mls-verification-service,subdir=proto; then
echo "Failed to generate protobuf definitions"
exit 1
fi
Expand Down

0 comments on commit 187eda9

Please sign in to comment.