1
0
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:
David Calavera
2016-02-09 13:03:40 -08:00
parent f4a0e81b0b
commit a701e3c310
5 changed files with 20 additions and 24 deletions
+1 -1
View File
@@ -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)