From 736526449c734dcbd35a210c9a3fc3288c2fe54c Mon Sep 17 00:00:00 2001 From: Aleksandr Britvin Date: Wed, 8 Jan 2025 14:51:16 +0100 Subject: [PATCH] Refactor to new actions. --- plugin.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin.go b/plugin.go index cba1a57..5320a58 100644 --- a/plugin.go +++ b/plugin.go @@ -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