Update keyringwrapper.go

This commit is contained in:
Daniel Hougaard
2024-07-29 12:37:58 +02:00
parent 8777cfe680
commit 879ef2c178

View File

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