summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Higgins <pete@peterhiggins.org>2020-03-16 17:56:18 -0700
committerPete Higgins <pete@peterhiggins.org>2020-03-23 13:55:01 -0700
commit5ea527cd5374dbe9a61fa1fbaf0e7d89ac59e8b2 (patch)
treec891042ef3b1addec7fc48e852afcd57c9835b08
parente2e6d596da76d9eb85fb2ce9449732936ded1dc7 (diff)
downloadchef-5ea527cd5374dbe9a61fa1fbaf0e7d89ac59e8b2.tar.gz
Fix whitespace.
Signed-off-by: Pete Higgins <pete@peterhiggins.org>
-rw-r--r--lib/chef/resource/gem_package.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/gem_package.rb b/lib/chef/resource/gem_package.rb
index cfa2d89fad..fdf2e65441 100644
--- a/lib/chef/resource/gem_package.rb
+++ b/lib/chef/resource/gem_package.rb
@@ -46,7 +46,7 @@ class Chef
default: lazy { Chef::Config[:clear_gem_sources] }, desired_state: false
property :gem_binary, String, desired_state: false,
- description: "The path of a gem binary to use for the installation. By default, the same version of Ruby that is used by the #{Chef::Dist::CLIENT} will be installed."
+ description: "The path of a gem binary to use for the installation. By default, the same version of Ruby that is used by the #{Chef::Dist::CLIENT} will be installed."
property :include_default_source, [ TrueClass, FalseClass ],
description: "Set to 'false' to not include 'Chef::Config[:rubygems_url]'' in the sources.",