diff --git a/lib/brew.sh b/lib/brew.sh index ea4dcd2..69532ad 100644 --- a/lib/brew.sh +++ b/lib/brew.sh @@ -66,5 +66,5 @@ ssr::brew::restore() { local brewfile="$1" [[ -f "$brewfile" ]] || ssr::die "Brewfile not found: $brewfile" ssr::log "brew bundle install ← $brewfile" - brew bundle install --file="$brewfile" --no-lock --verbose + brew bundle install --file="$brewfile" --verbose }