From e06121e055332946669f40bcf7be403f5525d70e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 1 Apr 2014 20:30:55 -0400 Subject: propellor spin --- Propellor/Property/Docker.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Property') diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index d252900c..0207f345 100644 --- a/Propellor/Property/Docker.hs +++ b/Propellor/Property/Docker.hs @@ -149,7 +149,7 @@ runningContainer cid@(ContainerId hn cn) image containerprops = containerDesc ci , name (fromContainerId cid) ] - chaincmd = ["./propellor", "--continue", show $ ChainDocker $ show ident] + chaincmd = [localdir "propellor", "--continue", show $ ChainDocker $ show ident] go img = ifM (runContainer img (runps ++ ["-i", "-d", "-t"]) chaincmd) ( return MadeChange -- cgit v1.2.3