This commit is contained in:
Wenkai Yin 2016-07-04 17:21:58 +08:00
parent 5950c8ab01
commit ceece3a56d

View File

@ -90,7 +90,6 @@ func parseError(err error) error {
if regErr, ok := urlErr.Err.(*registry_error.Error); ok {
return regErr
}
return urlErr.Err
}
return err
}