Skip to content

Commit

Permalink
Fix <Ask ...,UP> (uppercase prompt)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Feb 25, 2024
1 parent aa1e96f commit 4c18e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/forms/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ func (b messageBuilder) scanAndBuild(path string) (Message, error) {
if a.Uppercase {
ans = strings.ToUpper(ans)
}
return b.FormsMgr.config.LineReader()
return ans
})
lineTmpl = promptSelects(lineTmpl, func(s Select) Option {
for {
Expand Down

0 comments on commit 4c18e2c

Please sign in to comment.