Follow code style.

This commit is contained in:
David Calavera 2013-01-26 11:07:46 -08:00
parent 721836976c
commit 69b53d7d53

View File

@ -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"