remove extra :

This commit is contained in:
Maidul Islam
2024-07-31 03:14:06 +00:00
parent d5f4ce4376
commit 02e8f20cbf

View File

@@ -31,7 +31,7 @@ func SetValueInKeyring(key, value string) error {
if configFile.VaultBackendPassphrase == "" {
passphrasePrompt := promptui.Prompt{
Label: "Enter the passphrase to use for keyring encryption: ",
Label: "Enter the passphrase to use for keyring encryption",
}
passphrase, err := passphrasePrompt.Run()
if err != nil {