Skip to content

Commit

Permalink
Update brew install
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Lundgren committed Dec 2, 2014
1 parent 1098d22 commit 1bc265f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ module.exports = function(grunt) {
},

brew: {
command: 'ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go/install)"',
command: 'ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"',
options: {
stdout: true,
stderr: true
Expand Down

0 comments on commit 1bc265f

Please sign in to comment.