aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/upgrade.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/upgrade.rb b/Library/Homebrew/cmd/upgrade.rb
index f7eaa5185..cf3099603 100644
--- a/Library/Homebrew/cmd/upgrade.rb
+++ b/Library/Homebrew/cmd/upgrade.rb
@@ -66,7 +66,7 @@ module Homebrew extend self
installer.options |= tab.used_options
installer.show_header = false
installer.ignore_deps = ARGV.ignore_deps?
- fi.only_deps = ARGV.only_deps?
+ installer.only_deps = ARGV.only_deps?
oh1 "Upgrading #{f.name}"