mirror of
https://github.com/go-task/task.git
synced 2025-06-08 23:56:21 +02:00
fix: bug where silent value was not deep copied on dependencies
This commit is contained in:
parent
1f3fca50b3
commit
98ea907284
@ -20,6 +20,7 @@ func (d *Dep) DeepCopy() *Dep {
|
|||||||
return &Dep{
|
return &Dep{
|
||||||
Task: d.Task,
|
Task: d.Task,
|
||||||
Vars: d.Vars.DeepCopy(),
|
Vars: d.Vars.DeepCopy(),
|
||||||
|
Silent: d.Silent,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user