diff options
author | Mehrdad Afshari <mmx@google.com> | 2017-06-27 17:18:31 -0700 |
---|---|---|
committer | Mehrdad Afshari <mmx@google.com> | 2017-12-15 13:31:44 -0800 |
commit | e0614e75ef0b7e6cdf626049546d6c3db1c25997 (patch) | |
tree | a5ea8c272b3e8fd042beb520da168d3446a6bfb9 /tools/run_tests/helper_scripts | |
parent | 3d1dc96f4751857f164af191228834a7dd42f162 (diff) |
Fix run_ruby.sh to pass shellcheck
Diffstat (limited to 'tools/run_tests/helper_scripts')
-rwxr-xr-x | tools/run_tests/helper_scripts/run_ruby.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/helper_scripts/run_ruby.sh b/tools/run_tests/helper_scripts/run_ruby.sh index 4bd7d743c1..4e9c212877 100755 --- a/tools/run_tests/helper_scripts/run_ruby.sh +++ b/tools/run_tests/helper_scripts/run_ruby.sh @@ -16,6 +16,6 @@ set -ex # change to grpc repo root -cd $(dirname $0)/../../.. +cd "$(dirname "$0")/../../.." rake |