Update pkg/compose/convergence.go

Co-authored-by: Guillaume Lours <705411+glours@users.noreply.github.com>
Signed-off-by: Nicolas De loof <nicolas.deloof@gmail.com>
This commit is contained in:
Nicolas De loof 2024-11-15 15:00:19 +01:00
parent c21d4cfb40
commit d4fa63fdcb
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ func (c *convergence) mustRecreate(expected types.ServiceConfig, actual moby.Con
}
}
if !found {
// config is up-t-date but container is not connected to network - maybe recreated ?
// config is up-to-date but container is not connected to network - maybe recreated ?
return true, nil
}
}