Skip to content

Commit 5b4136c

Browse files
committed
Install ruby when custom stacks are used
1 parent d4053a6 commit 5b4136c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ function main() {
9393
local phase
9494
phase="$(basename "${0}")"
9595

96-
if [[ "${CF_STACK:-}" == "cflinuxfs4" ]]; then
96+
if [[ "${CF_STACK:-}" != "cflinuxfs3" ]]; then
9797
if ! which ruby > /dev/null; then
9898
mkdir -p "${RUBY_DIR}"
9999

0 commit comments

Comments
 (0)