From 9c7b20f0a9d14f07b5e2be4c20dcc30da45ea7e3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 13 Mar 2018 11:46:00 +0100 Subject: generate-mirror-mail.pl: Indent issues in multiple-issues template Signed-off-by: Florian Pritz --- bin/generate-mirror-mail.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/generate-mirror-mail.pl b/bin/generate-mirror-mail.pl index 83142f5..4c06bc7 100755 --- a/bin/generate-mirror-mail.pl +++ b/bin/generate-mirror-mail.pl @@ -69,10 +69,10 @@ Thanks, We are seeing multiple issues with your Arch Linux mirror {$mirror_name} {$mirror_url} -- We are unable to reach your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}: + - We are unable to reach your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}: {$connection_failed{mirror_urls}} -- Your mirror seems to be out of sync since {$out_of_sync{last_sync}}: + - Your mirror seems to be out of sync since {$out_of_sync{last_sync}}: {$out_of_sync{mirror_urls}} Thanks, -- cgit v1.2.3-24-g4f1b