mirror of https://github.com/containers/podman.git
api: stats: fix typo
Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
This commit is contained in:
parent
a65068aff8
commit
69bd57f518
|
@ -43,7 +43,7 @@ func StatsContainer(w http.ResponseWriter, r *http.Request) {
|
|||
return
|
||||
}
|
||||
|
||||
// If the container isn't returning, then let's not bother and return
|
||||
// If the container isn't running, then let's not bother and return
|
||||
// immediately.
|
||||
state, err := ctnr.State()
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in New Issue