diff --git a/vendor/github.com/manifoldco/promptui/prompt.go b/vendor/github.com/manifoldco/promptui/prompt.go index 36362641..9289fbc0 100644 --- a/vendor/github.com/manifoldco/promptui/prompt.go +++ b/vendor/github.com/manifoldco/promptui/prompt.go @@ -85,7 +85,7 @@ func (p *Prompt) Run() (string, error) { } if p.stdin != nil { - c.Stdin = p.stdin + //c.Stdin = p.stdin } if p.stdout != nil {