Homebrew / homebrew-bundle

📦 Bundler for non-Ruby dependencies from Homebrew, Homebrew Cask and the Mac App Store.
MIT License
5.36k stars 288 forks source link

brew_installer: fix use of force flag #1454

Closed yelsa closed 1 month ago

yelsa commented 1 month ago

Fixes passing brew bundle --force to:

Previously =>

$ brew bundle --force --verbose $ Installing gnupg formula. It is not currently installed.

Now =>

$ brew bundle --force --verbose $ Installing gnupg formula with --force --overwrite. It is not currently installed.