summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-15 17:16:44 -0700
committerJohn McCrae <jmccrae@chef.io>2021-04-20 12:00:29 -0700
commit517701ae785385bfb0cd3239b7e4421173fa4c3c (patch)
tree533cdd6f6e4ed2170aa334b8d6628fe2c655c9de
parentda08f1fb4aea4cdc66047363883bfbfe723639fb (diff)
downloadchef-517701ae785385bfb0cd3239b7e4421173fa4c3c.tar.gz
Update lib/chef/resource/windows_certificate.rb
Co-authored-by: Ian Maddaus <IanMadd@users.noreply.github.com>
-rw-r--r--lib/chef/resource/windows_certificate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/windows_certificate.rb b/lib/chef/resource/windows_certificate.rb
index 9afbc4b8b5..af0bca9bf0 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -63,7 +63,7 @@ class Chef
DOC
property :source, String,
- description: "The source file (for create and acl_add), thumbprint (for delete, export and acl_add) or subject (for delete or export) if it differs from the resource block's name.",
+ description: "The source file (for `create` and `acl_add`), thumbprint (for `delete`, `export`, and `acl_add`), or subject (for `delete` or `export`) if it differs from the resource block's name.",
name_property: true
property :pfx_password, String,