summaryrefslogtreecommitdiff
path: root/lib/chef/resource/windows_auto_run.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2019-02-06 11:51:58 -0800
committerTim Smith <tsmith@chef.io>2019-02-06 11:51:58 -0800
commit9510f8a7e1133614ce375223ab275104d855c8cc (patch)
tree8cbb247489f8fbcde94993697184140f636ca0fc /lib/chef/resource/windows_auto_run.rb
parent3ffccac0acebffee22257c62e41902d83b7e3335 (diff)
downloadchef-9510f8a7e1133614ce375223ab275104d855c8cc.tar.gz
More consist descriptions for resource name properties
This better describes how a name property works. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/windows_auto_run.rb')
-rw-r--r--lib/chef/resource/windows_auto_run.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_auto_run.rb b/lib/chef/resource/windows_auto_run.rb
index 74c3d85520..34f3443323 100644
--- a/lib/chef/resource/windows_auto_run.rb
+++ b/lib/chef/resource/windows_auto_run.rb
@@ -28,7 +28,7 @@ class Chef
introduced "14.0"
property :program_name, String,
- description: "The name of the program to run at login, if it differs from the resource block's name.",
+ description: "The name of the program to run at login if it differs from the resource block's name.",
name_property: true
property :path, String,