We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa4eedb + 7ce77ef commit b40a1afCopy full SHA for b40a1af
1 file changed
Library/Homebrew/bundle/installer.rb
@@ -77,7 +77,7 @@ def self.install!(entries, global: false, file: nil, no_lock: false, no_upgrade:
77
78
if (fetchable_names = fetchable_formulae_and_casks(installable_entries, no_upgrade:).presence)
79
fetchable_names_joined = fetchable_names.join(", ")
80
- Formatter.success("Fetching #{fetchable_names_joined}") unless quiet
+ puts Formatter.success("Fetching #{fetchable_names_joined}") unless quiet
81
unless Bundle.brew("fetch", *fetchable_names, verbose:)
82
$stderr.puts Formatter.error "`brew bundle` failed! Failed to fetch #{fetchable_names_joined}"
83
return false
0 commit comments