cmd/install: fix missing formula handling.

This commit is contained in:
Mike McQuaid 2019-01-29 08:30:22 +00:00
parent 1226470b07
commit 9126a5cf8d
No known key found for this signature in database
GPG Key ID: 48A898132FD8EE70

View File

@ -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