Skip to content

Commit f1dd0e2

Browse files
authored
Drops removed --no-lock from brew bundle
It was dropped in Homebrew/homebrew-bundle@98d8ad7
1 parent c5556d0 commit f1dd0e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ COLOR_GREEN = \033[32m
217217
COLOR_RESET = \033[0m
218218
.PHONY: deps-brew
219219
deps-brew: ## Installs development dependencies from Homebrew
220-
brew bundle install $(BREW_BUNDLE_OPTS) --no-lock --verbose --file=Brewfile
220+
brew bundle install $(BREW_BUNDLE_OPTS) --verbose --file=Brewfile
221221
@test -n "$(PYENV_SHELL)" || ( \
222222
echo "$(COLOR_ORANGE)PYENV_SHELL is empty so pyenv may not be setup.$(COLOR_RESET)" && \
223223
echo "$(COLOR_ORANGE)Ensure that pyenv is setup in your shell config, e.g. in ~/.bashrc.$(COLOR_RESET)" && \

0 commit comments

Comments
 (0)