summaryrefslogtreecommitdiff
path: root/Propellor/Property
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 20:30:55 -0400
committerJoey Hess2014-04-01 20:30:55 -0400
commite06121e055332946669f40bcf7be403f5525d70e (patch)
tree8777253f50f06c4bdddaf2dd30bb651b4ac8af7b /Propellor/Property
parente4c008c5deede5e068723dd6833f7f247ac0885f (diff)
propellor spin
Diffstat (limited to 'Propellor/Property')
-rw-r--r--Propellor/Property/Docker.hs2
1 files changed, 1 insertions, 1 deletions
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