add accntcli
This commit is contained in:
@@ -14,7 +14,7 @@ func (cli *Client) ManifestExists(ctx context.Context, rawrepo, tag string) (boo
|
||||
var size int64
|
||||
var csum string
|
||||
|
||||
ref, err := NewRepository(rawrepo)
|
||||
ref, err := NewReferer(rawrepo)
|
||||
if err != nil {
|
||||
return exist, mime, size, csum, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user