mirror of
https://github.com/docker/docker-credential-helpers.git
synced 2026-06-14 16:31:45 +05:30
Remove extra package.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
@@ -89,7 +89,7 @@ func (h osxkeychain) Get(serverURL string) (string, string, error) {
|
||||
goMsg := C.GoString(errMsg)
|
||||
|
||||
if goMsg == notFoundError {
|
||||
return "", "", credentials.NotFoundError
|
||||
return "", "", credentials.ErrCredentialsNotFound
|
||||
}
|
||||
|
||||
return "", "", errors.New(goMsg)
|
||||
|
||||
Reference in New Issue
Block a user