1
0
mirror of https://github.com/go-task/task.git synced 2025-03-25 21:39:05 +02:00

fix sh field name

This commit is contained in:
Andrey Nering 2017-07-30 19:12:26 -03:00
parent f91bbe9397
commit e3ac6f9e01

View File

@ -39,7 +39,7 @@ func RunCommand(opts *RunCommandOptions) error {
r := interp.Runner{
Context: opts.Context,
File: p,
Node: p,
Dir: opts.Dir,
Env: opts.Env,
Stdin: opts.Stdin,