diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 17:14:56 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 17:14:56 -0400 |
| commit | defb0bd037faac6bd31c6a65c4be21693ee23ccc (patch) | |
| tree | d3ba82302c02da8083a4b5252a701310a56fb2f0 | |
| parent | ec61b8f5d6a35360692c650e417f87e98582c53f (diff) | |
shorter
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
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 |
