summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-12-29 12:42:12 -0800
committerGitHub <noreply@github.com>2020-12-29 12:42:12 -0800
commitee69588a47ea476e5ef6fe133c18243fab2d60ed (patch)
tree11843dd1870810cc1770ec98d3daae24072fbe6c
parent8979956f26ab28df3d82041b10de5c2234619a8a (diff)
parent1c37b154afdee8d25e04db1e4d4670bfeb7983d8 (diff)
downloadchef-ee69588a47ea476e5ef6fe133c18243fab2d60ed.tar.gz
Merge pull request #10793 from chef/fix-windows-certificate-doc-string
Fix escaping in doc string.
-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 930c5ae6a4..f535b3f105 100644
--- a/lib/chef/resource/windows_certificate.rb
+++ b/lib/chef/resource/windows_certificate.rb
@@ -69,7 +69,7 @@ class Chef
description: "The password to access the source if it is a pfx file."
property :private_key_acl, Array,
- description: "An array of 'domain\account' entries to be granted read-only access to the certificate's private key. Not idempotent."
+ description: "An array of 'domain\\account' entries to be granted read-only access to the certificate's private key. Not idempotent."
property :store_name, String,
description: "The certificate store to manipulate.",