Kaydet (Commit) 53cfe633 authored tarafından Joffrey F's avatar Joffrey F

v2 doesn't have a /_ping endpoint, use /v2/ instead. Fixes #549

üst 8316fa4e
......@@ -120,7 +120,7 @@ def compare_version(v1, v2):
def ping_registry(url):
return ping(url + '/v2/_ping') or ping(url + '/v1/_ping')
return ping(url + '/v2/') or ping(url + '/v1/_ping')
def ping(url):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment