This commit is contained in:
Joey Hess 2014-04-01 22:55:32 -04:00
parent 4c1b9c1dda
commit 16668c03f8
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
-- was already provisioned. So, it must be a reboot, and time to provision
-- again. If the flag file doesn't exist, don't provision here.
chain :: String -> IO ()
chain s = case readish s of
chain s = case toContainerId s of
Nothing -> error $ "Invalid ContainerId: " ++ s
Just cid -> do
changeWorkingDirectory localdir