mirror of
https://github.com/go-task/task.git
synced 2025-12-16 11:47:44 +01:00
fix: advanced import operates on including file instead of included file
This commit is contained in:
@@ -178,7 +178,7 @@ func run() error {
|
||||
|
||||
globals.Set("CLI_ARGS", ast.Var{Value: cliArgs})
|
||||
globals.Set("CLI_FORCE", ast.Var{Value: flags.Force || flags.ForceAll})
|
||||
e.Taskfile.Vars.Merge(globals)
|
||||
e.Taskfile.Vars.Merge(globals, nil)
|
||||
|
||||
if !flags.Watch {
|
||||
e.InterceptInterruptSignals()
|
||||
|
||||
Reference in New Issue
Block a user