diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 14:03:34 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 14:03:34 -0400 |
| commit | 42517c8a237b0fe4c9919b98ea9720ffc30913fe (patch) | |
| tree | ffbfe85b925f1bcac94d8e1eb1d1098b69ae3347 /Propellor/Property | |
| parent | 2c66d0d47595f1df65303af1dc583965ea12a7a6 (diff) | |
oops again
Diffstat (limited to 'Propellor/Property')
| -rw-r--r-- | Propellor/Property/Docker.hs | 2 |
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 |
