Skip to content

Commit

Permalink
chore: update protogen
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyasbhat0 committed Aug 20, 2024
1 parent 8e75cd1 commit c0983a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/protocgen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ cd ..
# after the proto files have been generated add them to the the repo
# in the proper location. Then, remove the ephemeral tree used for generation
echo "copying generated type files to repo"
cp -r github.com/arkeonetwork/arkeo/* .
sudo cp -r github.com/arkeonetwork/arkeo/* .
rm -rf github.com

# we need to go mod manually, because the docker image is still on go1.18
Expand Down

0 comments on commit c0983a4

Please sign in to comment.