We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e3eac commit 5542e4cCopy full SHA for 5542e4c
templates/source_deb822.epp
@@ -29,8 +29,8 @@ Trusted: <%= $repo_trusted %>
29
Check-Valid-Until: <%= $check_valid_until %>
30
<% } -%>
31
<% if $signed_by { -%>
32
-Signed-By: <% if type($signed_by) =~ Type[Array] { -%><%- $signed_by.each |String $keyring| { -%><%= $keyring %> <% } %>
+Signed-By: <% if type($signed_by) =~ Type[Array] { -%><%- $signed_by.each |String $keyring| { -%><%= $keyring %> <% } -%>
33
<%- } -%>
34
-<%- elsif type($signed_by) =~ Type[String] { %>
+<%- elsif type($signed_by) =~ Type[String] { -%>
35
<%= $signed_by -%>
36
-<%- }} -%>
+<%- }} %>
0 commit comments