Skip to content

Commit

Permalink
Examples: Update gen script of grpc example service (#6372)
Browse files Browse the repository at this point in the history
Signed-off-by: neilhong <neilhong1206@gmail.com>
  • Loading branch information
neilhong authored and mattklein123 committed Mar 29, 2019
1 parent af26857 commit f822a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/grpc-bridge/service/script/gen
Expand Up @@ -4,7 +4,7 @@ set -e

cd $(dirname $0)/..

rm -rf generated/*
rm -rf gen/*

# generate the protobufs
protoc --go_out=plugins=grpc:./gen \
Expand Down

0 comments on commit f822a77

Please sign in to comment.