update schema

This commit is contained in:
Valentin Maerten
2025-11-16 10:35:54 +01:00
parent 98d6df2093
commit d1f0a4e32b
2 changed files with 5 additions and 1 deletions

View File

@@ -343,7 +343,7 @@ func (e *Executor) runCommand(ctx context.Context, t *ast.Task, call *Call, i in
return fmt.Errorf("task: failed to get variables: %w", err)
}
stdOut, stdErr, closer := outputWrapper.WrapWriter(e.Stdout, e.Stderr, t.Prefix, outputTemplater)
err = execext.RunCommand(ctx, &execext.RunCommandOptions{
Command: cmd.Cmd,
Dir: t.Dir,