1
0
mirror of https://github.com/go-task/task.git synced 2025-11-23 22:24:45 +02:00

Fix typos per review

This commit is contained in:
Stephen Prater
2019-06-11 11:46:22 -07:00
parent 12ab01d5e6
commit d1463b3e24
5 changed files with 9 additions and 13 deletions

View File

@@ -1,4 +1,3 @@
// Package task provides ...
package task
import (
@@ -23,7 +22,7 @@ func (e *Executor) areTaskPreconditionsMet(ctx context.Context, t *taskfile.Task
})
if err != nil {
e.Logger.Outf(p.Msg)
e.Logger.Outf("task: %s", p.Msg)
return false, ErrPreconditionFailed
}
}