From 5b714634a31b0cadacea34cdb06efc89f8bdf0ab Mon Sep 17 00:00:00 2001 From: Bastian Schwarz Date: Sat, 1 Apr 2017 21:46:41 +0200 Subject: [PATCH] Fixed typo --- recipes/chef.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/chef.rb b/recipes/chef.rb index c0976d1..38d38f1 100644 --- a/recipes/chef.rb +++ b/recipes/chef.rb @@ -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