From d586a6fbe14000339164e29d7a74715b3111d2b5 Mon Sep 17 00:00:00 2001 From: Seba Gamboa Date: Thu, 19 Dec 2013 17:22:17 -0300 Subject: [PATCH] Update Homebrew install script --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index de492c80..10ea0db3 100644 --- a/Rakefile +++ b/Rakefile @@ -134,7 +134,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 -fsSkL raw.github.com/mxcl/homebrew/go)"} + run %{ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"} end puts