summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 14:00:46 -0400
committerJoey Hess2014-04-01 14:00:46 -0400
commit2c66d0d47595f1df65303af1dc583965ea12a7a6 (patch)
tree1aae073d1f872d034ea030b9fb9a92ac59031e7a
parentd73dd30044507220bf85311dca16e77988debd7c (diff)
oops
-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 b8e1a2c4..c9232548 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -135,7 +135,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = Property (contai
, workdir localdir
]
- chaincmd = ["./propellor", show $ ChainDocker $ show ident]
+ chaincmd = ["./propellor", "--continue", show $ ChainDocker $ show ident]
go img = ifM (runContainer img (runps ++ ["-i", "-d", "-t"]) chaincmd)
( return MadeChange