From 69b53d7d53036139f8eb11d4fb87e111269ac440 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Sat, 26 Jan 2013 11:07:46 -0800 Subject: [PATCH] Follow code style. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 93c18ab..e6f583c 100644 --- a/Rakefile +++ b/Rakefile @@ -79,7 +79,7 @@ def install_rvm_binstubs end def install_homebrew - brew_path = run("which brew") + run %{which brew} unless $?.success? puts "======================================================" puts "Installing Homebrew, the OSX package manager...If it's"