Skip to content

Commit d72869d

Browse files
authored
Merge pull request #222 from dxw/chore/remove-no-lock
Remove brew --no-lock CLI option
2 parents 7d27850 + 27d0335 commit d72869d

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)