aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/pre_build_ruby.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run_tests/pre_build_ruby.sh')
-rwxr-xr-xtools/run_tests/pre_build_ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/run_tests/pre_build_ruby.sh b/tools/run_tests/pre_build_ruby.sh
index 569a1d0333..e7074c45c2 100755
--- a/tools/run_tests/pre_build_ruby.sh
+++ b/tools/run_tests/pre_build_ruby.sh
@@ -33,7 +33,7 @@ set -ex
export GRPC_CONFIG=${CONFIG:-opt}
-# change to grpc's ruby directory
-cd $(dirname $0)/../../src/ruby
+# change to grpc repo root
+cd $(dirname $0)/../..
bundle install