Fix run_ruby.sh to pass shellcheck

pull/11622/head
Mehrdad Afshari 8 years ago
parent 3d1dc96f47
commit e0614e75ef
  1. 2
      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

Loading…
Cancel
Save