Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Jul 3, 2024
1 parent f8d31e5 commit 81eb4d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/docker.go
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ func dockerCmd() *cobra.Command {
}
}()

fmt.Println("HELLO????")

Check failure on line 279 in cli/docker.go

View workflow job for this annotation

GitHub Actions / lint

unhandled-error: Unhandled error in call to function fmt.Println (revive)
log.Debug(ctx, "waiting for dockerd")

// We wait for the daemon after spawning the goroutine in case
Expand Down Expand Up @@ -751,6 +752,7 @@ func runDockerCVM(ctx context.Context, log slog.Logger, client dockerutil.Docker
return xerrors.Errorf("wait for exit: %w", err)
}

fmt.Println("WELL WE GOT HERE AT LEAST")

Check failure on line 755 in cli/docker.go

View workflow job for this annotation

GitHub Actions / lint

unhandled-error: Unhandled error in call to function fmt.Println (revive)
return nil
}()
log.Info(ctx, "exiting envbox", slog.Error(err))
Expand Down

0 comments on commit 81eb4d5

Please sign in to comment.