diff options
author | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:46:10 -0500 |
---|---|---|
committer | Matthew Heon <matthew.heon@gmail.com> | 2018-01-18 11:48:20 -0500 |
commit | 4f2bf5ba1c27d686c0405e008a07d642d5a1e510 (patch) | |
tree | c9260f74181b313ec718ed535e4451b31c452e2e /libpod/sql_state_internal.go | |
parent | 64d2190ec1a0a763962cf6e4c8f8420fa88cc3e5 (diff) | |
download | podman-4f2bf5ba1c27d686c0405e008a07d642d5a1e510.tar.gz podman-4f2bf5ba1c27d686c0405e008a07d642d5a1e510.tar.bz2 podman-4f2bf5ba1c27d686c0405e008a07d642d5a1e510.zip |
Rename ContainerState to ContainerStatus
Signed-off-by: Matthew Heon <matthew.heon@gmail.com>
Diffstat (limited to 'libpod/sql_state_internal.go')
-rw-r--r-- | libpod/sql_state_internal.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state_internal.go b/libpod/sql_state_internal.go index 189fae190..1dbc466e4 100644 --- a/libpod/sql_state_internal.go +++ b/libpod/sql_state_internal.go @@ -502,7 +502,7 @@ func (s *SQLState) ctrFromScannable(row scannable) (*Container, error) { ctr.config.StopTimeout = stopTimeout ctr.config.CgroupParent = cgroupParent - ctr.state.State = ContainerState(state) + ctr.state.State = ContainerStatus(state) ctr.state.ConfigPath = configPath ctr.state.RunDir = runDir ctr.state.Mountpoint = mountpoint |