Skip to content

Commit

Permalink
one more tweak to verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriciojs committed Oct 31, 2023
1 parent 19e2181 commit 89195e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/shell/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ func (s *DefaultShell) Exec(command builder.Command, extraArgs ...string) (outSt
}

if verbose {
fmt.Fprintf(s.ErrStream(), "$ (exec) %s %v\n",
fmt.Fprintf(s.ErrStream(), "$ (exec) %s %s\n",
exe,
args,
strings.Join(args, " "),
)
}

Expand Down

0 comments on commit 89195e6

Please sign in to comment.