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

Apply suggestions from code review

Co-Authored-By: Andrey Nering <andrey.nering@gmail.com>
This commit is contained in:
Stephen Prater
2019-06-17 18:57:25 -07:00
parent 1ee684b7c0
commit e0f72a6193
2 changed files with 1 additions and 2 deletions

View File

@@ -65,7 +65,6 @@ func (e *Executor) CompiledTask(call taskfile.Call) (*taskfile.Task, error) {
}
if len(origTask.Status) > 0 {
e := &Executor{
Dir: new.Dir,
Stdout: ioutil.Discard,