From 9db62da2fdde95c6a8329d4098786f45e5ea9032 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 22 Jun 2018 21:04:00 +0200 Subject: Improve mirror-not-accessible text if protocols are listed Signed-off-by: Florian Pritz --- bin/generate-mirror-mail.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/generate-mirror-mail.pl b/bin/generate-mirror-mail.pl index 175b8b2..d495853 100755 --- a/bin/generate-mirror-mail.pl +++ b/bin/generate-mirror-mail.pl @@ -53,7 +53,7 @@ Thanks, 'subject' => '[{$mirror_name}] Arch Linux mirror not accessible{$OUT = ", ".join("/", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}', 'template' => 'Hi, -We\'re having trouble connecting to your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}, could you +We\'re having trouble connecting to your mirror{$OUT = " via ".join(", ", @{$connection_failed{protocols}}) if @{$connection_failed{protocols}} > 0;}. Could you please check what\'s going on? {$mirror_url} -- cgit v1.2.3-24-g4f1b