summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-10-13 16:57:34 -0700
committerGitHub <noreply@github.com>2020-10-13 16:57:34 -0700
commit2f0de7c3ff2935f74d262c3f0b2e8f9c683810e6 (patch)
tree001f9057159f706206f73edbb1fbf26c7cf9d6cb
parent01deaaf8e86004788df0113d61705f6dc48792ec (diff)
downloadchef-2f0de7c3ff2935f74d262c3f0b2e8f9c683810e6.tar.gz
Update RELEASE_NOTES.md
Signed-off-by: Tim Smith <tsmith@chef.io> Co-authored-by: pete higgins <pete@peterhiggins.org>
-rw-r--r--RELEASE_NOTES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md
index 214a44e2ce..fb73efeac6 100644
--- a/RELEASE_NOTES.md
+++ b/RELEASE_NOTES.md
@@ -47,7 +47,7 @@ end
With the inclusion of the `chef_client_config` resource in Chef Infra Client 16.6, it is now possible to fully manage the Chef Infra Client without the need for the `chef-client` cookbook. We highly recommend using the `chef_client_config`, `chef_client_trusted_certicate`, and `chef_client_*` service resources to manage your clients instead of the `chef-client` cookbook. In the future we will mark that cookbook as deprecated, at which time it will no longer receive updates.
-Here's a sample of fully managing Linux hosts with the built-in resources
+Here's a sample of fully managing Linux hosts with the built-in resources:
```ruby
chef_client_config 'Create client.rb' do