Skip to content

Commit

Permalink
Update init_submodules.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
stanley-cheung committed Jul 8, 2020
1 parent e25afb4 commit d5550cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init_submodules.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ cd "$(dirname "$0")"/..
git submodule --quiet update --init
cd third_party/closure-library && git checkout tags/v20200406 -f && cd ../..
cd third_party/openssl && git checkout tags/OpenSSL_1_0_2h -f && cd ../..
cd third_party/grpc && git checkout tags/v1.28.1 -f && \
cd third_party/grpc && git checkout tags/v1.30.0 -f && \
git submodule --quiet update --init && cd ../..

0 comments on commit d5550cd

Please sign in to comment.