summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 22:47:07 -0400
committerJoey Hess2014-04-01 22:47:07 -0400
commit6e788fae21f3ae8637678a8d3f74e804d05024f2 (patch)
treee1328d69046c3339c0f1fdb1206ff13f61874880 /Propellor/Property
parentcef93fd66981a1914cec46588941bd39df931173 (diff)
fix
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 a530cc68..dff1d137 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -207,7 +207,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
, name (fromContainerId cid)
]
- chaincmd = [localdir </> "propellor", "--docker", show cid]
+ chaincmd = [localdir </> "propellor", "--docker", fromContainerId cid]
go img = do
createDirectoryIfMissing True (takeDirectory $ identFile cid)