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:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user