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

remove deprecated set keyword

This commit is contained in:
Andrey Nering
2017-09-16 14:05:07 -03:00
parent c295a1998a
commit 48bf09da21
7 changed files with 7 additions and 100 deletions

View File

@@ -217,7 +217,6 @@ func (e *Executor) CompiledTask(call Call) (*Task, error) {
Status: r.replaceSlice(origTask.Status),
Dir: r.replace(origTask.Dir),
Vars: nil,
Set: r.replace(origTask.Set),
Env: r.replaceVars(origTask.Env),
Silent: origTask.Silent,
Method: r.replace(origTask.Method),