summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-28 20:18:15 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-30 12:17:10 -0800
commitec1d10320e66ffbbe3113736e9ae9a36772abec9 (patch)
tree75bc00e54a2ea80ea530aaba0f2a716b5a51e739
parentad74a2d511e9b91c6b59a22421cd95dd187535cb (diff)
downloadchef-ec1d10320e66ffbbe3113736e9ae9a36772abec9.tar.gz
Bundler -> bundle
It's an alias, but avoid the confusion Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-x.expeditor/scripts/bk_container_prep.sh2
-rwxr-xr-x.expeditor/scripts/bk_linux_exec.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/.expeditor/scripts/bk_container_prep.sh b/.expeditor/scripts/bk_container_prep.sh
index b1690b6722..e065f20579 100755
--- a/.expeditor/scripts/bk_container_prep.sh
+++ b/.expeditor/scripts/bk_container_prep.sh
@@ -8,7 +8,7 @@ echo $PRETTY_NAME
echo "ruby version:"
ruby -v
echo "bundler version:"
-bundler -v
+bundle -v
echo "--- Preparing Container..."
diff --git a/.expeditor/scripts/bk_linux_exec.sh b/.expeditor/scripts/bk_linux_exec.sh
index 8648b75421..f1202bbcbb 100755
--- a/.expeditor/scripts/bk_linux_exec.sh
+++ b/.expeditor/scripts/bk_linux_exec.sh
@@ -32,9 +32,9 @@ echo "--- Config information"
echo "!!!! RUBY VERSION !!!!"
ruby --version
echo "!!!! BUNDLER LOCATION !!!!"
-which bundler
+which bundle
echo "!!!! BUNDLER VERSION !!!!"
-bundler -v
+bundle -v
echo "!!!! DOCKER VERSION !!!!"
docker version
echo "!!!! DOCKER STATUS !!!!"