Skip to content

Commit d22dbde

Browse files
committed
homebrew backed off on the lockfile idea so this option doesn't exist anymore anyway
1 parent 96d92e3 commit d22dbde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-mac.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ eval $($HBBIN/brew shellenv)
5858
# Turning off quarantine for casks; assuming I trust any apps that
5959
# made it into the Brewfile. *slightly* perilous, though.
6060
HOMEBREW_CASK_OPTS="--no-quarantine" \
61-
$HBBIN/brew bundle install --no-lock --file=$DOTFILES_ROOT/install_lists/Brewfile
61+
$HBBIN/brew bundle install --file=$DOTFILES_ROOT/install_lists/Brewfile
6262

6363
# set fish as user shell
6464
targetShell="$HBBIN/fish"

0 commit comments

Comments
 (0)