1
0
mirror of https://github.com/go-task/task.git synced 2025-08-10 22:42:19 +02:00

v3: Do not include Taskfile_{{OS}}.yml automatically

This commit is contained in:
Andrey Nering
2020-05-17 15:42:27 -03:00
parent 6a604b3002
commit 191c34c9c4
4 changed files with 30 additions and 19 deletions

View File

@@ -23,7 +23,7 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
return nil, err
}
v, err := e.parsedVersion()
v, err := e.Taskfile.ParsedVersion()
if err != nil {
return nil, err
}