diff --git a/Propellor/Property/Docker.hs b/Propellor/Property/Docker.hs index d252900..0207f34 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