Skip to content

Commit

Permalink
Fixup some permission issue on Yosemite
Browse files Browse the repository at this point in the history
  • Loading branch information
Roderik van der Veer committed Jul 8, 2014
1 parent db0d3ce commit ab2db82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@

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

execute homebrew_go do
Expand Down

0 comments on commit ab2db82

Please sign in to comment.