diff options
-rw-r--r-- | libpod/pod.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/pod.go b/libpod/pod.go index 889150783..a2d2204b3 100644 --- a/libpod/pod.go +++ b/libpod/pod.go @@ -125,7 +125,7 @@ func (p *Pod) Start() (map[string]error, error) { } if err := ctr.runtime.ociRuntime.startContainer(ctr); err != nil { - errorEncountered = true + errorEncountered = true ctrErrors[ctr.ID()] = err continue } |