summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-04-15 17:16:44 -0700
committerGitHub <noreply@github.com>2021-04-15 17:16:44 -0700
commit248335f22b95e453417a2e7af5722cb689348580 (patch)
tree236a5e4e426b13e218fadf48bb67a4ef8e540743
parent6b69c8cc9ea308a8cad6de0f3696dc815ac3ab2e (diff)
downloadchef-248335f22b95e453417a2e7af5722cb689348580.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,