summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-07-07 18:02:46 -0700
committerTim Smith <tsmith84@gmail.com>2019-07-07 18:02:46 -0700
commiteddfbb962296c12c2a67b1cef8265f4088aa3f39 (patch)
treefd8d0de874607838084d52ee3f282c6308dcc163
parentf1d2d723a7ed55dbc556dcba0b47ce30270fef81 (diff)
downloadchef-eddfbb962296c12c2a67b1cef8265f4088aa3f39.tar.gz
Fix more line endings
Signed-off-by: Tim Smith <tsmith@chef.io>
-rwxr-xr-xtasks/docs.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index c02d8325db..3d93a4493d 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -262,8 +262,7 @@ namespace :docs_site do
HEREDOC
end
- template = %{
-=====================================================
+ template = %{=====================================================
<%= @name %> resource
=====================================================
`[edit on GitHub] <https://github.com/chef/chef-web-docs/blob/master/chef_master/source/resource_<%= @name %>.rst>`__
@@ -277,6 +276,7 @@ namespace :docs_site do
Syntax
=====================================================
+
The <%= @name %> resource has the following syntax:
.. code-block:: ruby