fix(prompter): update prompter create for changes in trunk
This commit is contained in:
parent
4bc056fe20
commit
c4ab455ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ func prompterRun(opts *prompterOptions) error {
|
|||
return err
|
||||
}
|
||||
|
||||
p := prompter.New(editor, opts.IO.In, opts.IO.Out, opts.IO.ErrOut)
|
||||
p := prompter.New(editor, opts.IO)
|
||||
|
||||
for _, f := range opts.PromptsToRun {
|
||||
if err := f(p); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue