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.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.go')
-rw-r--r-- | libpod/sql_state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpod/sql_state.go b/libpod/sql_state.go index e69db961f..4299b29ab 100644 --- a/libpod/sql_state.go +++ b/libpod/sql_state.go @@ -528,7 +528,7 @@ func (s *SQLState) UpdateContainer(ctr *Container) error { } newState := new(containerRuntimeInfo) - newState.State = ContainerState(state) + newState.State = ContainerStatus(state) newState.ConfigPath = configPath newState.RunDir = runDir newState.Mountpoint = mountpoint |