We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7d27850 + 27d0335 commit d72869dCopy full SHA for d72869d
script/bootstrap
@@ -16,7 +16,7 @@ if [ -f Brewfile ] && [ "$(uname -s)" = "Darwin" ]; then
16
if ! brew bundle check >/dev/null 2>&1; then
17
echo "==> Installing Homebrew dependencies..."
18
brew update
19
- brew bundle install --verbose --no-lock
+ brew bundle install --verbose
20
fi
21
22
0 commit comments