Skip to content

Commit 8a5cac1

Browse files
committed
fix
1 parent f3586e8 commit 8a5cac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/secretprovider/keyring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
)
1010

1111
var IsKeystoreAvailable = true
12-
var ErrNotFound = keyring.ErrnotFound
12+
var ErrNotFound = keyring.ErrNotFound
1313

1414
func SetSecret(name, secret string) error {
1515
log.Debugf("Setting secret '%s'", name)

0 commit comments

Comments
 (0)