mirror of
https://github.com/go-task/task.git
synced 2025-08-10 22:42:19 +02:00
refactor: rename Var.Static to Var.Value
This commit is contained in:
@@ -49,7 +49,7 @@ func TestGroupWithBeginEnd(t *testing.T) {
|
||||
tmpl := templater.Templater{
|
||||
Vars: &taskfile.Vars{
|
||||
OrderedMap: orderedmap.FromMap(map[string]taskfile.Var{
|
||||
"VAR1": {Static: "example-value"},
|
||||
"VAR1": {Value: "example-value"},
|
||||
}),
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user