diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 06:27:00 +0100 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-02-06 06:27:00 +0100 |
commit | bb439efb9db0aa83444f2f8f65fc069a175db9e3 (patch) | |
tree | 8828cb8b1ecf281e1838bcfc45c6665481c3a4f5 /tools | |
parent | b9e66cd283b5ec6b4cdaee6c0146f91c6c1e5387 (diff) |
Typo.
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/run_tests/build_artifact_ruby.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run_tests/build_artifact_ruby.sh b/tools/run_tests/build_artifact_ruby.sh index 10fc997a83..f7504a9614 100755 --- a/tools/run_tests/build_artifact_ruby.sh +++ b/tools/run_tests/build_artifact_ruby.sh @@ -55,7 +55,7 @@ if [ "$SYSTEM" == "Darwin" ] ; then fi set +ex -gem install bundle --update +gem install bundler --update bundle install set -ex |