From 1a44d4010aabae565355943ba8684ecd1ec9d829 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 4 Apr 2014 15:52:52 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index 2ed35fb4..36e3cfcd 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -227,6 +227,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci -- parameters of the container differ and it must -- be restarted. runningident <- getrunningident + print runningident if runningident == Just ident then return NoChange else do -- cgit v1.2.3