diff --git a/interactive_confirm_printer.go b/interactive_confirm_printer.go index 8145bff08..8a69f3770 100644 --- a/interactive_confirm_printer.go +++ b/interactive_confirm_printer.go @@ -206,7 +206,5 @@ func (p InteractiveConfirmPrinter) getSuffix() string { } func (p *InteractiveConfirmPrinter) renderHelp() { - help := fmt.Sprintf("(Press enter to confirm)") - - ThemeDefault.SecondaryStyle.Println(help) + ThemeDefault.SecondaryStyle.Println("(Press enter to confirm)") }