Minor change: fix the argument for formulae

This commit is contained in:
Mohammad Zain Abbas 2022-08-03 15:47:32 +02:00
parent 9b31dc7e87
commit 6f79b5dee2

View File

@ -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 = []