Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply --force flag if set for taps #1390

Merged
merged 1 commit into from
Jun 13, 2024

Conversation

tony-sol
Copy link
Contributor

I have

tap "homebrew/core"
tap "homebrew/cask"

in my Brewfile and since those casks are no longer required, brew bundle install will receive and error via calling brew tap :name.

Passing --force flag in brew bundle install has no effect due to TapInstaller.install() force argument is ignored.

appliance-of-force-flag

@MikeMcQuaid MikeMcQuaid merged commit 25857a0 into Homebrew:master Jun 13, 2024
3 of 4 checks passed
@MikeMcQuaid
Copy link
Member

Makes sense, thanks @tony-sol!

@tony-sol tony-sol deleted the tap-force-flag branch June 13, 2024 16:51
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants