Fix imagelayers.io badges (#706)

Resolves #712
This commit is contained in:
Akihiro Uchida 2017-03-28 13:30:32 +09:00 committed by Paul Melnikow
parent e8988a985c
commit 7eeef988ba

View File

@ -5199,7 +5199,7 @@ cache(function(data, match, sendBadge, request) {
body: {
"repos": [{"name": path, "tag": tag}]
},
uri: 'https://imagelayers.io:8888/registry/analyze'
uri: 'https://imagelayers.io/registry/analyze'
};
request(options, function(err, res, buffer) {
if (err != null) {