Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
gen-proto
Browse files Browse the repository at this point in the history
  • Loading branch information
IRCody committed Jun 10, 2016
1 parent 0b8120f commit d26bb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gen-proto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ echo "Generating pb.go files"
common_path="src/github.com/intelsdi-x/snap"
#generate common
echo "Generating common proto files"
protoc --go_out=plugins.grpc:src/ --proto_path=src/ "$common_path"/grpc/common/*.proto
protoc --go_out=plugins:src/ --proto_path=src/ "$common_path"/grpc/common/*.proto
echo "$license" | cat - "$common_path"/grpc/common/common.pb.go > temp && mv temp "$common_path"/grpc/common/common.pb.go
#generate all others

Expand Down

0 comments on commit d26bb72

Please sign in to comment.