Skip to content

Commit

Permalink
Bugfix for 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 ab2db82 commit 932947f
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 @@ -33,7 +33,7 @@
end

execute homebrew_go do
command "sudo -u #{node['current_user']} #{homebrew_go}"
command "sudo -u #{node['current_user']} ruby #{homebrew_go}"
user node['current_user']
not_if { ::File.exist? '/usr/local/bin/brew' }
end
Expand Down

0 comments on commit 932947f

Please sign in to comment.