Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianschwarz committed Apr 1, 2017
1 parent 2667414 commit 5b71463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/chef.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
package_name 'curl'
end

execute 'Install chefdk with omintruck' do
execute 'Install chefdk with omnitruck' do
command 'curl -L https://omnitruck.chef.io/install.sh | sudo bash'
notifies :delete, 'file[Delete omnitruck install script]', :before
notifies :delete, 'file[Delete omnitruck install script]', :immediately
Expand Down

0 comments on commit 5b71463

Please sign in to comment.