Skip to content

Commit ee951f3

Browse files
committed
Update bootstrap
1 parent fa00163 commit ee951f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/bootstrap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -e
44
export CC=gcc
55

66
echo "==> Installing gem dependencies…"
7-
bundle config set --local path 'vendor/gems' 2>&1 > /dev/null || {
7+
bundle config set --local path 'vendor/gems' > /dev/null 2>&1 || {
88
time bundle install --binstubs bin --path vendor/gems
99
}
1010

0 commit comments

Comments
 (0)