summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_feature.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-03-02 15:55:36 -0800
committerTim Smith <tsmith@chef.io>2018-03-02 15:55:36 -0800
commit5db21023d75dc90002010c0bafb2a438baf11996 (patch)
tree00966716e9434bccc2cc8e003eee73892a084eb2 /lib/chef/resource/windows_feature.rb
parent4f7a2764af2931683ffabef9c8d9b30bfb5dc891 (diff)
downloadchef-5db21023d75dc90002010c0bafb2a438baf11996.tar.gz
Fix description spacing
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_feature.rb')
-rw-r--r--lib/chef/resource/windows_feature.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_feature.rb b/lib/chef/resource/windows_feature.rb
index bb6aa94dcd..f1404cf198 100644
--- a/lib/chef/resource/windows_feature.rb
+++ b/lib/chef/resource/windows_feature.rb
@@ -43,7 +43,7 @@ class Chef
property :install_method, Symbol,
description: "If DISM or PowerShell should be used for the installation. Note feature names differ"\
- "between the two installation methods.",
+ " between the two installation methods.",
equal_to: [:windows_feature_dism, :windows_feature_powershell, :windows_feature_servermanagercmd]
property :timeout, Integer,