summaryrefslogtreecommitdiff
path: root/Propellor
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 14:03:34 -0400
committerJoey Hess2014-04-01 14:03:34 -0400
commit42517c8a237b0fe4c9919b98ea9720ffc30913fe (patch)
treeffbfe85b925f1bcac94d8e1eb1d1098b69ae3347 /Propellor
parent2c66d0d47595f1df65303af1dc583965ea12a7a6 (diff)
oops again
Diffstat (limited to 'Propellor')
-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 c9232548..784a34b9 100644
--- a/Propellor/Property/Docker.hs
+++ b/Propellor/Property/Docker.hs
@@ -186,7 +186,7 @@ chain s = case readish s of
-- 1 minute.
provisionContainer :: ContainerId -> Property
provisionContainer cid = Property (containerDesc cid "provision") $
- simpleShClientRetry 60 (namedPipe cid) "./propellor" [show params] (go Nothing)
+ simpleShClientRetry 60 (namedPipe cid) "./propellor" ["--continue", show params] (go Nothing)
where
params = Chain $ fromContainerId cid