From f7a9d4a410e6e66d381bd3bcc06127d20f3723ab Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 31 Jan 2022 20:54:54 +0100 Subject: mirrirlist.php: no slash after $repo --- mirrorlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mirrorlist.php b/mirrorlist.php index 912010e..d4ba6ea 100644 --- a/mirrorlist.php +++ b/mirrorlist.php @@ -109,7 +109,7 @@ if ( count($_GET) > 1 ) { print "## " . $mirror['country'] . "\n"; $last_country = $mirror['country']; } - print "#Server = " . $mirror['url'] . '$arch/$repo/' . "\n"; + print "#Server = " . $mirror['url'] . '$arch/$repo' . "\n"; } die(); -- cgit v1.2.3-54-g00ecf