Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 041a403

Browse files
sphawleyIryna Shustava
authored andcommitted
[#152615863] Check for bundle executable instead of bundler
Signed-off-by: Iryna Shustava <ishustava@pivotal.io>
1 parent e7cbb5f commit 041a403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -u -o pipefail
44

55
set +e
6-
hash bundler > /dev/null 2>&1
6+
hash bundle > /dev/null 2>&1
77
bundler_exists=$?
88
set -e
99

0 commit comments

Comments
 (0)