From ea813a994812318ddb5511d3f3bddef7a4f0d56d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Tue, 14 Dec 2021 11:46:25 -0800 Subject: See if our label setter works Signed-off-by: Tim Smith --- lib/chef/resource/alternatives.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chef/resource/alternatives.rb b/lib/chef/resource/alternatives.rb index 59939543ab..5a64195428 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 to configure command alternatives in Linux using the alternatives or update-alternatives packages." + description "I'm going to change some stuff. 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**: -- cgit v1.2.1