summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-08-28 15:43:23 -0700
committerTim Smith <tsmith@chef.io>2018-08-28 15:43:23 -0700
commit3b976de66b951655658ce8918b2aa0f58c16bfec (patch)
treecc88dd75652bcbe919ae8214b9104dd2581e5e83
parent6aa92d87726de39689329d376426af63a87ae73b (diff)
downloadchef-3b976de66b951655658ce8918b2aa0f58c16bfec.tar.gz
Add missing space to sysctl description
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--lib/chef/resource/sysctl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/sysctl.rb b/lib/chef/resource/sysctl.rb
index 78699b3207..10d6177221 100644
--- a/lib/chef/resource/sysctl.rb
+++ b/lib/chef/resource/sysctl.rb
@@ -25,7 +25,7 @@ class Chef
provides(:sysctl_param) { true }
description "Use the sysctl resource to set kernel parameters using the sysctl"\
- " command line tool and configuration files in the system's sysctl.d directory."\
+ " command line tool and configuration files in the system's sysctl.d directory. "\
"Configuration files managed by this resource are named 99-chef-KEYNAME.conf. If"\
" an existing value was already set for the value it will be backed up to the node"\
" and restored if the :remove action is used later."