diff --git a/internal/prompt/prompt.go b/internal/prompt/prompt.go index 782d2b0b6..aa2b34311 100644 --- a/internal/prompt/prompt.go +++ b/internal/prompt/prompt.go @@ -24,7 +24,6 @@ func TextInput(name string, message string, help string, value string, required input := &survey.Question{ Name: name, Prompt: &survey.Input{Message: message, Help: help, Default: value}, - Transform: survey.Title, } if required {