Skip to content

Commit

Permalink
Merge pull request GoogleCloudPlatform#1966 from acpana/acpana/run-ma…
Browse files Browse the repository at this point in the history
…ke-gen-proto

chore: gen-proto requires gen-api
  • Loading branch information
google-oss-prow[bot] authored Jun 6, 2024
2 parents 5c145ea + 494b064 commit 4b9a1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mockgcp/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: gen-proto
gen-proto:
gen-proto: generate-protos-from-openapi
mkdir -p bin/
GOBIN=`pwd`/bin/ go install \
github.com/grpc-ecosystem/grpc-gateway/v2/[email protected] \
Expand Down

0 comments on commit 4b9a1bf

Please sign in to comment.