diff --git a/internal/taskfile/read/taskfile.go b/internal/taskfile/read/taskfile.go index e57fa377..b3911e4e 100644 --- a/internal/taskfile/read/taskfile.go +++ b/internal/taskfile/read/taskfile.go @@ -17,7 +17,7 @@ var ( ErrIncludedTaskfilesCantHaveIncludes = errors.New("task: Included Taskfiles can't have includes. Please, move the include to the main Taskfile") // ErrNoTaskfileFound is returned when Taskfile.yml is not found - ErrNoTaskfileFound = errors.New(`no Taskfile.yml found. Use "task --init" to create a new one`) + ErrNoTaskfileFound = errors.New(`task: No Taskfile.yml found. Use "task --init" to create a new one`) ) // Taskfile reads a Taskfile for a given directory