summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Maddaus <IanMadd@users.noreply.github.com>2023-03-17 16:12:40 -0400
committerGitHub <noreply@github.com>2023-03-17 16:12:40 -0400
commit470c8849182c3c751923eb22f4e0b26465d75f1c (patch)
treedae2e2f1245a8c236efff58d694606db5a1a7ee7
parent68e5ef614d03a2d74607cb571a7f0f4f93380ff9 (diff)
downloadchef-470c8849182c3c751923eb22f4e0b26465d75f1c.tar.gz
Update chef_client_config.rbIanMadd-patch-1
Signed-off-by: Ian Maddaus <ian.maddaus@progress.com> Update text of rubygems_url property in chef_client_config resource.
-rw-r--r--lib/chef/resource/chef_client_config.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/chef_client_config.rb b/lib/chef/resource/chef_client_config.rb
index aa3a041abe..4fd8e11c69 100644
--- a/lib/chef/resource/chef_client_config.rb
+++ b/lib/chef/resource/chef_client_config.rb
@@ -209,7 +209,7 @@ class Chef
default: []
property :rubygems_url, [String, Array],
- description: "The location to source rubygems. It can be set to a string or array of strings for URIs to set as rubygems sources. This allows individuals to setup an internal mirror of rubygems for “airgapped” environments.",
+ description: "The location to source rubygems. It can be set to a string or array of strings for URIs to set as rubygems sources. This allows individuals to set up an internal mirror of rubygems for airgapped environments.",
introduced: "17.11"
property :exception_handlers, Array,