diff options
author | Tim Smith <tsmith@chef.io> | 2021-01-12 16:26:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-12 16:26:33 -0800 |
commit | fec985181d47d6b0b2fa0f22c7bf4128f5d30630 (patch) | |
tree | ea799972d65eb228465d5b5372ffd5a9098d36c0 | |
parent | d9ab86062331d84a82a53793a205d44ca9d03528 (diff) | |
download | chef-fec985181d47d6b0b2fa0f22c7bf4128f5d30630.tar.gz |
Update lib/chef/resource/alternatives.rb
Signed-off-by: Tim Smith <tsmith@chef.io>
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r-- | lib/chef/resource/alternatives.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/alternatives.rb b/lib/chef/resource/alternatives.rb index 42c2b32197..576a5e0ebd 100644 --- a/lib/chef/resource/alternatives.rb +++ b/lib/chef/resource/alternatives.rb @@ -26,7 +26,7 @@ class Chef provides(:alternatives) { true } - description "Use the **alternatives** resource allows to configure command alternatives in Linux using the alternatives or update-alternatives packages." + description "Use the **alternatives** resource to configure command alternatives in Linux using the alternatives or update-alternatives packages." introduced "16.0" examples <<~DOC **Install an alternative**: |