summaryrefslogtreecommitdiff
path: root/lib/chef/resource/template.rb
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-05-28 11:11:23 -0700
committerTim Smith <tsmith84@gmail.com>2020-05-28 11:11:23 -0700
commit008f083d470cf747ae4b56dea77bf75ad8599263 (patch)
tree53f61e246c33a86cf14d6e284eb3a29ab8d8a8d2 /lib/chef/resource/template.rb
parentb49c1d7f1eeed3ceb7bc35406dd802f582a3c25c (diff)
downloadchef-008f083d470cf747ae4b56dea77bf75ad8599263.tar.gz
Improve auto-generated docs
Add more descriptions and examples Remove some smart quotes Make sure homebrew_package gets tagged as supporting multi-package Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/template.rb')
-rw-r--r--lib/chef/resource/template.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/template.rb b/lib/chef/resource/template.rb
index 1ac99b3d13..0ffa2194d8 100644
--- a/lib/chef/resource/template.rb
+++ b/lib/chef/resource/template.rb
@@ -69,7 +69,7 @@ class Chef
property :local, [ TrueClass, FalseClass ],
default: false, desired_state: false,
- description: "Load a template from a local path. By default, the #{Chef::Dist::CLIENT} loads templates from a cookbook’s /templates directory. When this property is set to true, use the source property to specify the path to a template on the local node."
+ description: "Load a template from a local path. By default, the #{Chef::Dist::CLIENT} loads templates from a cookbook's /templates directory. When this property is set to true, use the source property to specify the path to a template on the local node."
# Declares a helper method to be defined in the template context when
# rendering.