From 5849f43422db95e8219093ff8785a70ba8392dd6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 14:42:07 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'Propellor/Property/Docker.hs') diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 888e76c6..6113a294 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -224,6 +224,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci if cid `elem` l then do runningident <- getrunningident + print (runningident, ident2id <$> runningident, ident, ident2id ident) if (ident2id <$> runningident) == Just (ident2id ident) then return NoChange else do -- cgit v1.2.3