Skip to content

Commit

Permalink
Update bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
kenyonj authored Nov 28, 2022
1 parent 757b93f commit ae8bc2c
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

cd "$(dirname "$0")/.."

if [[ -z "${SKIP_BUNDLE}" ]]; then
if [[ -z "${SKIP_BUNDLER}" ]]; then
echo "==> Installing gem dependencies…"
bundle check --path vendor/gems &>/dev/null || {
time bundle install --binstubs bin --path vendor/gems
Expand Down

0 comments on commit ae8bc2c

Please sign in to comment.