diff options
-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, |