Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
parkerbxyz committed Oct 27, 2022
1 parent fa00163 commit ee951f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e
export CC=gcc

echo "==> Installing gem dependencies…"
bundle config set --local path 'vendor/gems' 2>&1 > /dev/null || {
bundle config set --local path 'vendor/gems' > /dev/null 2>&1 || {

This comment was marked as spam.

Copy link
@Joannacervantes

Joannacervantes Aug 11, 2023

Jesus Is Lord

time bundle install --binstubs bin --path vendor/gems
}

Expand Down

0 comments on commit ee951f3

Please sign in to comment.