summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 17:14:56 -0400
committerJoey Hess2014-04-01 17:14:56 -0400
commitdefb0bd037faac6bd31c6a65c4be21693ee23ccc (patch)
treed3ba82302c02da8083a4b5252a701310a56fb2f0 /Propellor/Property
parentec61b8f5d6a35360692c650e417f87e98582c53f (diff)
shorter
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs
index 97253a7f..a8f302e5 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -94,7 +94,7 @@ containerProperties findcontainer = \h -> case toContainerId h of
containerDesc :: ContainerId -> Property -> Property
containerDesc cid p = p `describe` desc
where
- desc = "docker container " ++ fromContainerId cid ++ " " ++ propertyDesc p
+ desc = "[" ++ fromContainerId cid ++ "] " ++ propertyDesc p
-- | Ensures that a docker container is set up and running. The container
-- has its own Properties which are handled by running propellor