Skip to content

Commit

Permalink
Refactor to new actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexbritvin committed Jan 8, 2025
1 parent eb0b00d commit 7365264
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ import (

const (
getByKeyProc = "keyring.GetKeyValue"
errTplNotFoundURL = "%s not found in keyring. Use `%s login` to add it."
errTplNotFoundKey = "%s not found in keyring. Use `%s set` to add it."
errTplNotFoundURL = "%s not found in keyring. Use `%s keyring:login` to add it."
errTplNotFoundKey = "%s not found in keyring. Use `%s keyring:set` to add it."
)

var passphrase string
Expand Down

0 comments on commit 7365264

Please sign in to comment.