diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 01:40:56 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 01:40:56 -0400 |
| commit | 803e1407a086bca6014bbaeca238772364e859d6 (patch) | |
| tree | 13f2f7523b779d9cfd9d319475d655658d1db2c2 /src | |
| parent | 3bfa43d03e7083a08736fd9580ec839365073604 (diff) | |
improve display
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Docker.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index 0fc7beec..96405108 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -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 |
