Skip to content

Commit

Permalink
Remove title transform
Browse files Browse the repository at this point in the history
  • Loading branch information
Widcket committed Jan 26, 2021
1 parent 9456935 commit 53e7a1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/prompt/prompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 53e7a1d

Please sign in to comment.