Skip to content

Commit

Permalink
remove underline in url.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyseek committed Jun 7, 2015
1 parent 42a43e3 commit c4cc107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -1495,7 +1495,7 @@ cache(function(data, match, sendBadge, request) {
badgeData.text[1] = hasWheel ? 'yes' : 'no';
badgeData.colorscheme = hasWheel ? 'brightgreen' : 'red';
sendBadge(format, badgeData);
} else if (info == 'py_versions') {
} else if (info == 'pyversions') {
var versions = [];
var pattern = /^Programming Language \:\: Python \:\: (\d\.\d)$/;
for (var i = 0; i < data.info.classifiers.length; i++) {
Expand Down

0 comments on commit c4cc107

Please sign in to comment.