Skip to content

Commit

Permalink
Merge pull request #4 from 0x46616c6b/homebrew-script-url
Browse files Browse the repository at this point in the history
change homebrew script url
  • Loading branch information
ninjabong committed Sep 25, 2014
2 parents 38ad7de + 091d909 commit 57ec213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/script.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
# By Script
- name: Ensure that homebrew is installed with the script method
shell: >
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
creates=/usr/local/Cellar

0 comments on commit 57ec213

Please sign in to comment.