Skip to content

Commit

Permalink
Merge pull request square#175 from vinnyliao/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
rudle committed Oct 9, 2014
2 parents 42cb9ca + 3c7ed06 commit fef6f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ namespace :install do
desc 'Update or Install Brew'
task :brew do
step 'Homebrew'
unless system('which brew > /dev/null || ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"')
unless system('which brew > /dev/null || ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"')
raise "Homebrew must be installed before continuing."
end
end
Expand Down

0 comments on commit fef6f56

Please sign in to comment.