diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-03-13 11:46:00 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-03-13 11:46:00 +0100 |
commit | 9c7b20f0a9d14f07b5e2be4c20dcc30da45ea7e3 (patch) | |
tree | d37cd4b81e5801c78e0fe0823e85b7c2a12ea39f | |
parent | 7f80b1d255a1094612e90585ca862082b6cff115 (diff) | |
download | arch-mirror-tools-9c7b20f0a9d14f07b5e2be4c20dcc30da45ea7e3.tar.gz arch-mirror-tools-9c7b20f0a9d14f07b5e2be4c20dcc30da45ea7e3.tar.xz |
generate-mirror-mail.pl: Indent issues in multiple-issues template
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rwxr-xr-x | bin/generate-mirror-mail.pl | 4 |
1 files 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, |