diff options
| author | Lamont Granquist <lamont@scriptkiddie.org> | 2020-02-19 14:59:13 -0800 |
|---|---|---|
| committer | Lamont Granquist <lamont@scriptkiddie.org> | 2020-02-19 14:59:13 -0800 |
| commit | 7f6401b4fbb11c36e346ce4d29d447d82ca78744 (patch) | |
| tree | 6e9a9ba680f92c9ace34fc5f5ef6e6b28fd717c4 | |
| parent | b7b681599a10793ef67ef41ff3f9d14afcf7c6af (diff) | |
| download | chef-zero-7f6401b4fbb11c36e346ce4d29d447d82ca78744.tar.gz | |
fix run linux script for multiple arguments
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| -rwxr-xr-x | .expeditor/run_linux_tests.sh | 2 |
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 $@ |
