summaryrefslogtreecommitdiff
path: root/lib/helper.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.php')
-rw-r--r--lib/helper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/helper.php b/lib/helper.php
index 732b52a..5ec1f0f 100644
--- a/lib/helper.php
+++ b/lib/helper.php
@@ -92,7 +92,7 @@ function git_url($repository,$type,$commit,$path,$line = null,$commit_is_hash =
$git_available =
preg_match(
"/ 200 OK$/",
- get_headers("https://git.archlinux32.org/archlinux32/packagess")[0]
+ get_headers("https://git.archlinux32.org/archlinux32/packages")[0]
) == 1;
}
if (!isset($commit_is_hash))