summaryrefslogtreecommitdiff
path: root/.expeditor/run_linux_tests.sh
diff options
context:
space:
mode:
authorLamont Granquist <lamont@chef.io>2020-02-19 15:34:27 -0800
committerGitHub <noreply@github.com>2020-02-19 15:34:27 -0800
commitd6054d214dd1dd3aeedc75d41d376fd48159fee3 (patch)
treec6c038d006c605b55c06df2ff33f0f438a58f828 /.expeditor/run_linux_tests.sh
parent85b50f9f908c1b6c51cf13b13ea9c3faaf420632 (diff)
parent00bf37b4e181be0f630a70354e4c654b45b3cca4 (diff)
downloadchef-zero-d6054d214dd1dd3aeedc75d41d376fd48159fee3.tar.gz
Merge pull request #300 from chef/lcg/uri-encode
remove deprecation warnings for ruby 2.7
Diffstat (limited to '.expeditor/run_linux_tests.sh')
-rwxr-xr-x.expeditor/run_linux_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.expeditor/run_linux_tests.sh b/.expeditor/run_linux_tests.sh
index 4c14c80..2e6c34c 100755
--- a/.expeditor/run_linux_tests.sh
+++ b/.expeditor/run_linux_tests.sh
@@ -50,4 +50,4 @@ else
fi
echo "+++ bundle exec task"
-bundle exec $1
+bundle exec $@