From 7a747026937ad254d228d0fe0838da0884afa76f Mon Sep 17 00:00:00 2001 From: Ted Mullen Date: Sat, 18 Oct 2014 10:23:16 -0700 Subject: [PATCH] Update to Homebrew app install path. --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 434412d..debd821 100644 --- a/Rakefile +++ b/Rakefile @@ -157,7 +157,7 @@ def install_homebrew puts "Installing Homebrew, the OSX package manager...If it's" puts "already installed, this will do nothing." puts "======================================================" - run %{ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"} + run %{ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"} end puts