Homebrew / homebrew-command-not-found

🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`brew tap` is unnecessary

xu-cheng opened this issue · comments

brew install will automatically tap the tap when necessary. Also to be neater , brew install homebrew/tap/formula is preferred over brew install homebrew/homebrew-tap/formula.

I think these lines can be removed. Also, it seems that some methods(tapped, get_tap, remove_not_tapped) would be unnecessary.

Nevermind, I can't read the commits log.

Thanks @bfontaine.

Yes I removed them in the commit after closing the one which closed this issue.