diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 22:47:07 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 22:47:07 -0400 |
| commit | 6e788fae21f3ae8637678a8d3f74e804d05024f2 (patch) | |
| tree | e1328d69046c3339c0f1fdb1206ff13f61874880 | |
| parent | cef93fd66981a1914cec46588941bd39df931173 (diff) | |
fix
| -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 a530cc68..dff1d137 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -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) |
