mirror of
https://github.com/go-task/task.git
synced 2025-06-15 00:15:10 +02:00
Fix build after merging master
This commit is contained in:
2
task.go
2
task.go
@ -229,7 +229,7 @@ func (e *Executor) RunTask(ctx context.Context, call taskfile.Call) error {
|
||||
}
|
||||
|
||||
if err := e.mkdir(t); err != nil {
|
||||
e.Logger.Errf("task: cannot make directory %q: %v", t.Dir, err)
|
||||
e.Logger.Errf(logger.Red, "task: cannot make directory %q: %v", t.Dir, err)
|
||||
}
|
||||
|
||||
for i := range t.Cmds {
|
||||
|
Reference in New Issue
Block a user