diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-12-09 16:38:56 -0500 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-12-09 16:53:21 -0500 |
commit | f71c19432dc573b4a46f856a27bb4ad0d993ef21 (patch) | |
tree | 6321fcb38b53cfb8e67674377ded5078bde2ef1b /chef-utils | |
parent | b03e994746d6125a2d834ef042665f868c3fcdf8 (diff) | |
download | chef-f71c19432dc573b4a46f856a27bb4ad0d993ef21.tar.gz |
Update for the new downloads sitedownloads_site
Things are in different places now.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef-utils')
-rw-r--r-- | chef-utils/lib/chef-utils/dist.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chef-utils/lib/chef-utils/dist.rb b/chef-utils/lib/chef-utils/dist.rb index eb9bb5a881..54e3a16642 100644 --- a/chef-utils/lib/chef-utils/dist.rb +++ b/chef-utils/lib/chef-utils/dist.rb @@ -79,7 +79,7 @@ module ChefUtils WEBSITE = "https://chef.io" # The downloads site - DOWNLOADS_URL = "downloads.chef.io" + DOWNLOADS_URL = "chef.io/downloads" # The legacy conf folder: C:/opscode/chef. Specifically the "opscode" part # DIR_SUFFIX is appended to it in code where relevant |