summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Barnett <jason.w.barnett@gmail.com>2021-12-07 14:57:12 -0700
committerJason Barnett <jason.w.barnett@gmail.com>2021-12-07 14:57:16 -0700
commit220dc414fd446d49a81e993f01db49598fdcd351 (patch)
tree38c987aaaa367a1382ae13a021921433c503a02e
parent0f01c826dcf5b5b05a9aad05bf885e58ad04135e (diff)
downloadchef-220dc414fd446d49a81e993f01db49598fdcd351.tar.gz
Fix reference to chef/chef_dictionary main branch
Signed-off-by: Jason Barnett <jason.w.barnett@gmail.com>
-rw-r--r--tasks/spellcheck.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/spellcheck.rb b/tasks/spellcheck.rb
index d43495a7ae..fe41cdf1ac 100644
--- a/tasks/spellcheck.rb
+++ b/tasks/spellcheck.rb
@@ -35,7 +35,7 @@ namespace :spellcheck do
end
task :fetch_common do
- sh "curl -s https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -o chef_dictionary.txt"
+ sh "curl -s https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt -o chef_dictionary.txt"
end
task :config_check do