Skip to content

Commit

Permalink
missed in rebase
Browse files Browse the repository at this point in the history
Signed-off-by: Ken Sipe <[email protected]>
  • Loading branch information
kensipe committed May 20, 2020
1 parent 1108bbd commit 307c64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/test/utils/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ func RunCommands(logger Logger, namespace string, commands []harness.Command, wo
for _, cmd := range commands {
logger.Logf("running command: %q", cmd.Command)

bg, err := RunCommand(context.Background(), namespace, cmd, workdir, logger, logger, timeout)
bg, err := RunCommand(context.Background(), namespace, cmd, workdir, logger, logger, logger, timeout)
if err != nil {
errs = append(errs, err)
}
Expand Down

0 comments on commit 307c64c

Please sign in to comment.