Skip to content

Commit 79710b6

Browse files
authored
Merge pull request #144 from target/no-more-no-lock
Drops removed --no-lock from brew bundle
2 parents c5556d0 + f1dd0e2 commit 79710b6

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)