This commit is contained in:
Joey Hess 2014-04-01 22:47:07 -04:00
parent cef93fd669
commit 6e788fae21
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci
, name (fromContainerId cid)
]
chaincmd = [localdir </> "propellor", "--docker", show cid]
chaincmd = [localdir </> "propellor", "--docker", fromContainerId cid]
go img = do
createDirectoryIfMissing True (takeDirectory $ identFile cid)