summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 2949b31cb7..b1eb89c6b9 100644
--- a/Rakefile
+++ b/Rakefile
@@ -111,6 +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 'cspell "**/*"'
end