fix typo in 'hackage-deps' shield

This commit is contained in:
Tim Baumann
2014-09-28 21:39:03 +02:00
parent 404578c158
commit 372e568edf

View File

@@ -1278,7 +1278,7 @@ cache(function(data, match, sendBadge) {
if (err != null) {
badgeData.text[1] = 'inaccessible';
sendBadge(format, badgeData);
return;/h
return;
}
var outdatedStr = "Outdated dependencies for " + repo + " ";