diff --git a/tasks/script.yml b/tasks/script.yml index bf73846..3394247 100644 --- a/tasks/script.yml +++ b/tasks/script.yml @@ -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