aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cmd')
-rw-r--r--Library/Homebrew/cmd/install.rb2
-rw-r--r--Library/Homebrew/cmd/upgrade.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index dc82e2a7b..eb93d380b 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -127,7 +127,7 @@ module Homebrew
fi.interactive = ARGV.interactive?
fi.git = ARGV.git?
fi.verbose = ARGV.verbose?
- fi.verbose &&= :quieter if ARGV.quieter?
+ fi.quieter = ARGV.quieter?
fi.debug = ARGV.debug?
fi.prelude
fi.install
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index c5b875d31..352a4d340 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -56,7 +56,7 @@ module Homebrew
fi.build_bottle = ARGV.build_bottle? || tab.build_bottle?
fi.build_from_source = ARGV.build_from_source?
fi.verbose = ARGV.verbose?
- fi.verbose &&= :quieter if ARGV.quieter?
+ fi.quieter = ARGV.quieter?
fi.debug = ARGV.debug?
fi.prelude