cmd/install: fix missing formula handling.
This commit is contained in:
parent
1226470b07
commit
9126a5cf8d
@ -180,7 +180,6 @@ module Homebrew
|
||||
end
|
||||
end
|
||||
|
||||
begin
|
||||
formulae = []
|
||||
|
||||
unless ARGV.casks.empty?
|
||||
@ -384,7 +383,6 @@ module Homebrew
|
||||
puts "To install one of them, run (for example):\n brew install #{taps_search_results.first}"
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
def install_formula(f)
|
||||
f.print_tap_action
|
||||
|
Loading…
x
Reference in New Issue
Block a user