mirror of
https://github.com/go-task/task.git
synced 2025-11-25 22:32:55 +02:00
Apply suggestions from code review
Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
This commit is contained in:
@@ -73,7 +73,6 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
|
||||
IgnoreError: cmd.IgnoreError,
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
if len(origTask.Deps) > 0 {
|
||||
new.Deps = make([]*taskfile.Dep, len(origTask.Deps))
|
||||
|
||||
Reference in New Issue
Block a user