fix: remove --no-lock from brew bundle install (flag removed in modern brew-bundle)
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+1
-1
@@ -66,5 +66,5 @@ ssr::brew::restore() {
|
|||||||
local brewfile="$1"
|
local brewfile="$1"
|
||||||
[[ -f "$brewfile" ]] || ssr::die "Brewfile not found: $brewfile"
|
[[ -f "$brewfile" ]] || ssr::die "Brewfile not found: $brewfile"
|
||||||
ssr::log "brew bundle install ← $brewfile"
|
ssr::log "brew bundle install ← $brewfile"
|
||||||
brew bundle install --file="$brewfile" --no-lock --verbose
|
brew bundle install --file="$brewfile" --verbose
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user