Skip to content

Commit

Permalink
Update pkg/console/console.go
Browse files Browse the repository at this point in the history
Co-authored-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
Itxaka and mudler authored Oct 21, 2024
1 parent e7039da commit 1849eee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/console/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1849eee

Please sign in to comment.