oops again

This commit is contained in:
Joey Hess 2014-04-01 14:03:34 -04:00
parent 2c66d0d475
commit 42517c8a23
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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