diff --git a/pkg/console/console.go b/pkg/console/console.go index 338bb032..833a0af0 100644 --- a/pkg/console/console.go +++ b/pkg/console/console.go @@ -65,7 +65,6 @@ func (s StandardConsole) Run(cmd string, opts ...func(cmd *exec.Cmd)) (string, e out, err := c.CombinedOutput() // Stop the timer log - cancel() if err != nil { return string(out), fmt.Errorf("failed to run %s: %v", cmd, err)