Skip to content

Commit

Permalink
fix: proto make command
Browse files Browse the repository at this point in the history
  • Loading branch information
jackstar12 committed Jan 20, 2025
1 parent e0b8050 commit 17b73d3
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 @@ -45,7 +45,7 @@ install-tools: $(TOOLS_PATH)

proto: $(TOOLS_PATH)
@$(call print, "Generating protosbufs")
eval cd boltzrpc && ./gen_protos.sh && cd ..
eval cd pkg/boltzrpc && ./gen_protos.sh

#
# Tests
Expand Down

0 comments on commit 17b73d3

Please sign in to comment.