Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit 535ca11

Browse files
authored
Merge pull request #1609 from dxw/chore/remove-no-lock
Remove brew --no-lock CLI option
2 parents 2369907 + 1ad58d4 commit 535ca11

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)