From defb0bd037faac6bd31c6a65c4be21693ee23ccc Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 17:14:56 -0400 Subject: shorter --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property') 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 -- cgit v1.2.3