improve display

This commit is contained in:
Joey Hess 2014-11-19 01:40:56 -04:00
parent 3bfa43d03e
commit 803e1407a0
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ myContainerSuffix = ".propellor"
containerDesc :: ContainerId -> Property -> Property
containerDesc cid p = p `describe` desc
where
desc = "[" ++ fromContainerId cid ++ "] " ++ propertyDesc p
desc = "container " ++ fromContainerId cid ++ " " ++ propertyDesc p
runningContainer :: ContainerId -> Image -> [RunParam] -> Property
runningContainer cid@(ContainerId hn cn) image runps = containerDesc cid $ property "running" $ do