diff options
author | Tim Smith <tsmith84@gmail.com> | 2019-07-07 18:02:46 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2019-07-07 18:02:46 -0700 |
commit | eddfbb962296c12c2a67b1cef8265f4088aa3f39 (patch) | |
tree | fd8d0de874607838084d52ee3f282c6308dcc163 /tasks | |
parent | f1d2d723a7ed55dbc556dcba0b47ce30270fef81 (diff) | |
download | chef-eddfbb962296c12c2a67b1cef8265f4088aa3f39.tar.gz |
Fix more line endings
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'tasks')
-rwxr-xr-x | tasks/docs.rb | 4 |
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 |