mirror of
https://github.com/go-task/task.git
synced 2025-07-13 01:30:33 +02:00
fix sh field name
This commit is contained in:
@ -39,7 +39,7 @@ func RunCommand(opts *RunCommandOptions) error {
|
|||||||
|
|
||||||
r := interp.Runner{
|
r := interp.Runner{
|
||||||
Context: opts.Context,
|
Context: opts.Context,
|
||||||
File: p,
|
Node: p,
|
||||||
Dir: opts.Dir,
|
Dir: opts.Dir,
|
||||||
Env: opts.Env,
|
Env: opts.Env,
|
||||||
Stdin: opts.Stdin,
|
Stdin: opts.Stdin,
|
||||||
|
Reference in New Issue
Block a user