summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-06-23 14:49:35 -0700
committerTim Smith <tsmith84@gmail.com>2020-06-23 14:49:35 -0700
commit424db3ada22271fe27d64a61460a272f1a6bf81d (patch)
tree0e085b41515664f32bd62252f6644b5fee469f0c
parentd71346347e518137028641f5a4448a31450ebc79 (diff)
downloadchef-424db3ada22271fe27d64a61460a272f1a6bf81d.tar.gz
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index b1eb89c6b9..96ecf47920 100644
--- a/Rakefile
+++ b/Rakefile
@@ -111,7 +111,7 @@ end
namespace :spellcheck do
task :run do
- sh 'wget https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -O chef_dictionary.txt'
+ sh "wget https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -O chef_dictionary.txt"
sh 'cspell "**/*"'
end