Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kool-dev/kool into preset-octane
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Dec 6, 2022
2 parents 15556b0 + 319901e commit e3aac04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ func (s *DefaultShell) Exec(command builder.Command, extraArgs ...string) (outSt

cmd = execCmdFn(exe, args...)
cmd.Env = os.Environ()
// cmd.Stdin = s.InStream()
cmd.Stdin = s.InStream()
out, err = cmd.CombinedOutput()
outStr = strings.TrimSpace(string(out))
if err != nil && len(out) != 0 {
Expand Down

0 comments on commit e3aac04

Please sign in to comment.