diff --git a/task.go b/task.go index c76ca85e..7cca7980 100644 --- a/task.go +++ b/task.go @@ -155,7 +155,7 @@ func (e *Executor) RunTask(ctx context.Context, call taskfile.Call) error { return &errors.TaskCancelledNoTerminalError{TaskName: call.Task} } - e.Logger.Outf(logger.Yellow, "task: %q [y/N]\n", t.Prompt) + e.Logger.Outf(logger.Yellow, "task: %q [y/N]: ", t.Prompt) reader := bufio.NewReader(e.Stdin) userInput, err := reader.ReadString('\n')