Skip to content
Snippets Groups Projects
Commit 7c1c5d27 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Fix map.

parent 6d210961
Branches
No related tags found
No related merge requests found
...@@ -39,6 +39,6 @@ class irc_bouncer::ident { ...@@ -39,6 +39,6 @@ class irc_bouncer::ident {
'File /etc/oidentd.conf', 'File /etc/oidentd.conf',
'Format global { reply "%user%" }', 'Format global { reply "%user%" }',
'', # Trailing newline '', # Trailing newline
].map (percent_encode).join("\n"), ].map |$s| { percent_encode($s) }.join("\n"),
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment