summaryrefslogtreecommitdiffstats
path: root/checkpkgist.php
diff options
context:
space:
mode:
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-xcheckpkgist.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkpkgist.php b/checkpkgist.php
index 2b8c3d7..4ed6531 100755
--- a/checkpkgist.php
+++ b/checkpkgist.php
@@ -112,6 +112,7 @@ function getMax($name, $rpm) {
function run($name, $rpm) {
global $quiet, $verb, $client;
+ $name = strtolower($name);
$len = 50;
$limit = getMax($name, $rpm);