From 508ae5f1bff6c9878995d28b11864d8f887ab475 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 5 Jan 2018 06:20:39 +0100 Subject: Pull details URL from JSON response MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- 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 23384b6..e30be7c 100755 --- a/bin/generate-mirror-mail.pl +++ b/bin/generate-mirror-mail.pl @@ -119,7 +119,7 @@ while () { push @out_of_sync, { time => $time, url => $mirror->{url}, - details_link => "", # TODO + details_link => $mirror->{details}, }; } } else { -- cgit v1.2.3-24-g4f1b