diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-04 14:42:07 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-04 14:42:07 -0400 |
| commit | 5849f43422db95e8219093ff8785a70ba8392dd6 (patch) | |
| tree | fc5c02889837f2e0132958927007a0ea655cc066 | |
| parent | 9fcf77c066ec67b00967f1e391908938e6cb7b3e (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Property/Docker.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
