summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-08-25 15:04:06 -0700
committerTim Smith <tsmith84@gmail.com>2021-08-25 15:04:54 -0700
commit0c1c8e38fdd04b3f868b2fe6830e410faa8e6ca2 (patch)
treef8174aa390a40b686c129c195129285e2ab3dd24 /tasks
parent70ac07e812f5fecb2537d5811023b19f7dfd2074 (diff)
downloadohai-0c1c8e38fdd04b3f868b2fe6830e410faa8e6ca2.tar.gz
Update tests and links for the branch rename
Make sure we reference the right branch. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rw-r--r--tasks/spellcheck.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/spellcheck.rb b/tasks/spellcheck.rb
index ee994283..15345b45 100644
--- a/tasks/spellcheck.rb
+++ b/tasks/spellcheck.rb
@@ -18,7 +18,7 @@
namespace :spellcheck do
task :fetch_common do
- sh "wget -q https://raw.githubusercontent.com/chef/chef_dictionary/master/chef.txt -O chef_dictionary.txt"
+ sh "wget -q https://raw.githubusercontent.com/chef/chef_dictionary/main/chef.txt -O chef_dictionary.txt"
end
task run: %i{config_check fetch_common} do