diff options
Diffstat (limited to 'checkpkgist.php')
-rwxr-xr-x | checkpkgist.php | 1 |
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); |