summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-04-21 10:53:18 -0700
committerTim Smith <tsmith84@gmail.com>2020-04-27 15:56:47 -0700
commitbacbb4c97d2f31fa426181d4bd3ce5ebc52e9521 (patch)
tree0312c7487efddc197057c5d6bc8e02471dbb2707
parent17631278e1bf161dd1cdd877f2114173fbbb4f3f (diff)
downloadchef-bacbb4c97d2f31fa426181d4bd3ce5ebc52e9521.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-Authored-By: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 87d4c2d1c7..8b7b8a5224 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -123,7 +123,7 @@ The deprecated `knife data bag create -s` option that was not properly honored h
#### sites-cookbooks directory no longer in cookbook_path
-The legacy `sites-cookbooks` directory is no longer added the default `cookbook_path` value. With this change any users with a legacy `sites-cookbooks` directory will need to use the `-O` flag to override the cookbook directory when running commands such as `knife cookbook upload`.
+The legacy `sites-cookbooks` directory is no longer added to the default `cookbook_path` value. With this change, any users with a legacy `sites-cookbooks` directory will need to use the `-O` flag to override the cookbook directory when running commands such as `knife cookbook upload`.
If you have a repository that contains a `site-cookbooks` directory we highly recommend using Policyfiles or Berkshelf to properly resolve these external cookbook dependencies without the need to copy them locally. Alternatively you can move the contents of this folder into your main cookbook directory and they will continue to be seen by knife commands.