Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
batmac committed Nov 18, 2024
1 parent f3586e8 commit 8a5cac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/secretprovider/keyring.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var IsKeystoreAvailable = true
var ErrNotFound = keyring.ErrnotFound
var ErrNotFound = keyring.ErrNotFound

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

0 comments on commit 8a5cac1

Please sign in to comment.