Minor fix: ambiguous_cask should be false for resources

Co-authored-by: Nanda H Krishna <me@nandahkrishna.com>
This commit is contained in:
Mohammad Zain Abbas 2022-08-03 18:36:55 +05:00 committed by GitHub
parent fd4a02ff34
commit 06d45fea80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -395,7 +395,7 @@ check_resource: false)
print_latest_version(
r_info,
verbose: verbose,
ambiguous_cask: ambiguous_casks.include?(formula_or_cask),
ambiguous_cask: false,
check_resource: true,
)
end