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 end
def install_homebrew def install_homebrew
brew_path = run("which brew") run %{which brew}
unless $?.success? unless $?.success?
puts "======================================================" puts "======================================================"
puts "Installing Homebrew, the OSX package manager...If it's" puts "Installing Homebrew, the OSX package manager...If it's"