diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-06-23 14:49:35 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-06-23 14:49:35 -0700 |
commit | 424db3ada22271fe27d64a61460a272f1a6bf81d (patch) | |
tree | 0e085b41515664f32bd62252f6644b5fee469f0c /Rakefile | |
parent | d71346347e518137028641f5a4448a31450ebc79 (diff) | |
download | chef-424db3ada22271fe27d64a61460a272f1a6bf81d.tar.gz |
Chefstyle fix
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |