Minor change: fix the argument for formulae
This commit is contained in:
parent
9b31dc7e87
commit
6f79b5dee2
@ -361,7 +361,7 @@ module Homebrew
|
|||||||
end
|
end
|
||||||
puts if debug
|
puts if debug
|
||||||
print_latest_version(info, verbose: verbose, ambiguous_cask: ambiguous_casks.include?(formula_or_cask),
|
print_latest_version(info, verbose: verbose, ambiguous_cask: ambiguous_casks.include?(formula_or_cask),
|
||||||
check_resource: false)
|
resource: false)
|
||||||
|
|
||||||
if check_resources && formula_or_cask.resources.present?
|
if check_resources && formula_or_cask.resources.present?
|
||||||
resources_info = []
|
resources_info = []
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user