From 697d2ae39e3d9929e882ef2beec811b64deecdb3 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 8 Dec 2011 21:32:53 -0800 Subject: Idioms --- Library/Homebrew/cmd/install.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb index c62744bc8..a7b3dc0f9 100644 --- a/Library/Homebrew/cmd/install.rb +++ b/Library/Homebrew/cmd/install.rb @@ -86,7 +86,7 @@ module Homebrew extend self formulae.each do |f| # Check formula status and skip if necessary---a formula passed on the # command line may have been installed to satisfy a dependency. - next if f.installed? unless ARGV.flag? '--force' + next if f.installed? unless ARGV.force? begin fi = FormulaInstaller.new(f) -- cgit v1.2.3