summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-12-09 16:57:33 -0500
committerGitHub <noreply@github.com>2021-12-09 16:57:33 -0500
commitd54624c5837514e2b7b424293586e2c98a70c237 (patch)
tree112f133edd7a430446057767eae5f8b33e3957d1
parent88df96181d79b3405eb8b3f3c20228bcaa6d6791 (diff)
parent220dc414fd446d49a81e993f01db49598fdcd351 (diff)
downloadchef-d54624c5837514e2b7b424293586e2c98a70c237.tar.gz
Merge pull request #12354 from jasonwbarnett/fix-reference-to-dictionary-repo
Fix reference to chef/chef_dictionary main branch
-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