Skip to content

Commit 27d0335

Browse files
committed
Remove brew --no-lock CLI option
Brew no longer generates lockfiles. See: Homebrew/homebrew-bundle#1509
1 parent 7d27850 commit 27d0335

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
@@ -16,7 +16,7 @@ if [ -f Brewfile ] && [ "$(uname -s)" = "Darwin" ]; then
1616
if ! brew bundle check >/dev/null 2>&1; then
1717
echo "==> Installing Homebrew dependencies..."
1818
brew update
19-
brew bundle install --verbose --no-lock
19+
brew bundle install --verbose
2020
fi
2121
fi
2222

0 commit comments

Comments
 (0)