mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Fix comment on container.Stop()
Signed-off-by: Matthew Heon <matthew.heon@gmail.com> Closes: #68 Approved by: rhatdan
This commit is contained in:
@ -214,7 +214,7 @@ func (r *Runtime) Shutdown(force bool) error {
|
||||
// Shutdown all containers if --force is given
|
||||
if force {
|
||||
ctrs, err := r.state.AllContainers()
|
||||
if err !=nil {
|
||||
if err != nil {
|
||||
logrus.Errorf("Error retrieving containers from database: %v", err)
|
||||
} else {
|
||||
for _, ctr := range ctrs {
|
||||
|
Reference in New Issue
Block a user