Skip to content

Commit

Permalink
remove googlechrome from chocolatey install
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenlauck committed Aug 3, 2018
1 parent d9f8eec commit 7f63821
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 @@ -6,7 +6,7 @@

include_recipe 'chocolatey::default'

%w( habitat googlechrome ).each do |pkg|
%w( habitat ).each do |pkg|
chocolatey_package pkg do
action :install
end
Expand Down

0 comments on commit 7f63821

Please sign in to comment.