mirror of
https://github.com/go-task/task.git
synced 2026-06-11 09:51:50 +00:00
refactor: rename Var.Static to Var.Value
This commit is contained in:
@@ -311,7 +311,7 @@ func run() error {
|
||||
calls = append(calls, taskfile.Call{Task: "default", Direct: true})
|
||||
}
|
||||
|
||||
globals.Set("CLI_ARGS", taskfile.Var{Static: cliArgs})
|
||||
globals.Set("CLI_ARGS", taskfile.Var{Value: cliArgs})
|
||||
e.Taskfile.Vars.Merge(globals)
|
||||
|
||||
if !flags.watch {
|
||||
|
||||
Reference in New Issue
Block a user