Skip to content

Commit

Permalink
Update the homebrew install path
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Sep 30, 2014
1 parent ed38694 commit dfbaa5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
homebrew_go = "#{Chef::Config[:file_cache_path]}/homebrew_go"

remote_file homebrew_go do
source 'https://raw.github.com/Homebrew/homebrew/go/install'
source 'https://raw.githubusercontent.com/Homebrew/install/master/install'
owner node['current_user']
mode 00777
end
Expand Down

0 comments on commit dfbaa5b

Please sign in to comment.