diff options
author | Jakob Roland Andersen <jakobr@google.com> | 2018-03-06 16:39:27 +0100 |
---|---|---|
committer | Jakob Roland Andersen <jakobr@google.com> | 2018-03-06 16:39:27 +0100 |
commit | 3ebfe92fa1814bbc8c2939e4ad10c5eaf58a117d (patch) | |
tree | add24f71d3612b3a27f535373d94a7f47bbb53f5 /tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc | |
parent | cb36a2a92b2d1fd899362113c9df80b482b093a2 (diff) |
Update grpc-dart repo after The Move.
Diffstat (limited to 'tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc')
-rw-r--r-- | tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc index 5e8afbce69..786cd4559e 100644 --- a/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc +++ b/tools/internal_ci/helper_scripts/prepare_build_macos_interop_rc @@ -32,7 +32,7 @@ brew install md5sha1sum git clone --recursive https://github.com/grpc/grpc-go ./../grpc-go git clone --recursive https://github.com/grpc/grpc-java ./../grpc-java git clone --recursive https://github.com/grpc/grpc-node ./../grpc-node -git clone --recursive https://github.com/dart-lang/grpc-dart ./../grpc-dart +git clone --recursive https://github.com/grpc/grpc-dart ./../grpc-dart # Set up Docker for Mac docker-machine create -d virtualbox --virtualbox-share-folder "/Users/kbuilder/workspace:" default |