From 4f2bf5ba1c27d686c0405e008a07d642d5a1e510 Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Thu, 18 Jan 2018 11:46:10 -0500 Subject: Rename ContainerState to ContainerStatus Signed-off-by: Matthew Heon --- libpod/sql_state_internal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpod/sql_state_internal.go') 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 -- cgit v1.2.3-54-g00ecf