Update command.go
Some checks are pending
Docker Publish / build-and-push (push) Waiting to run
Docker Publish / commit-readme-image-size (push) Blocked by required conditions

This commit is contained in:
hhftechnologies 2026-04-23 21:18:40 +05:30
parent 6a7a393d7f
commit c42846cc89

View file

@ -115,7 +115,7 @@ func (h *commandHandler) buildStatusMessage() string {
running++
wg.Add(1)
go func(hName string, c models.Container) {
go func(hName string, c models.ContainerInfo) {
defer wg.Done()
stats, err := dockerClient.GetContainerStatsOnce(ctx, hName, c.ID)
if err != nil {