Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2022-01-31 20:54:54 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2022-01-31 20:54:54 +0100
commitf7a9d4a410e6e66d381bd3bcc06127d20f3723ab (patch)
tree54d05db54740b698ceae0838a229b7cddb284298
parentfdd088f53a69e4b758250abab6dcde011099d61f (diff)
mirrirlist.php: no slash after $repo
-rw-r--r--mirrorlist.php2
1 files changed, 1 insertions, 1 deletions
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();