1
0
mirror of https://github.com/docker/docker-credential-helpers.git synced 2026-06-13 16:01:28 +05:30

removed a semicolon and the placeholder for the error which we used to locate it. Seems like SecItemCopyMatching is giving an error for some reason- no error on local machine

Signed-off-by: avaid96 <avaid1996@gmail.com>
This commit is contained in:
avaid96
2016-07-13 14:36:14 -07:00
parent 8fa18eb16c
commit 029e094488
2 changed files with 2 additions and 3 deletions
-1
View File
@@ -104,7 +104,6 @@ func (h Osxkeychain) List() ([]string, []string, error) {
if errMsg != nil {
defer C.free(unsafe.Pointer(errMsg))
goMsg := C.GoString(errMsg)
goMsg = "Error is here"
return nil, nil, errors.New(goMsg)
}
var listLen int