From 6e788fae21f3ae8637678a8d3f74e804d05024f2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 22:47:07 -0400 Subject: fix --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3