Skip to content

Commit fcd6b72

Browse files
authored
Merge pull request #249 from raemer/main
puppet_function template: fix tags, source
2 parents 6bdd9c4 + 146b893 commit fcd6b72

File tree

1 file changed

+1
-1
lines changed
  • lib/puppet-strings/yard/templates/default/puppet_function/html

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Initializes the template.
22
# @return [void]
33
def init
4-
sections :header, :box_info, :summary, :overview, :note, :todo, [T('tags'), :source]
4+
sections :header, :box_info, :summary, :overview, [:note, :todo, T('tags'), :source]
55
end

0 commit comments

Comments
 (0)