From 42517c8a237b0fe4c9919b98ea9720ffc30913fe Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 14:03:34 -0400 Subject: [PATCH] oops again --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index c923254..784a34b 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