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