summaryrefslogtreecommitdiff
path: root/tasks/spellcheck.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/spellcheck.rb')
-rw-r--r--tasks/spellcheck.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/spellcheck.rb b/tasks/spellcheck.rb
index 9a4aee3e77..d43495a7ae 100644
--- a/tasks/spellcheck.rb
+++ b/tasks/spellcheck.rb
@@ -44,7 +44,7 @@ namespace :spellcheck do
chef_dictionary = "chef_dictionary.txt"
unless File.readable?(chef_dictionary)
- abort "Dictionary file '#{config_file}' not found, skipping spellcheck"
+ abort "Dictionary file '#{chef_dictionary}' not found, skipping spellcheck"
end
config_file = "cspell.json"