diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-01 20:30:55 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-01 20:30:55 -0400 |
| commit | e06121e055332946669f40bcf7be403f5525d70e (patch) | |
| tree | 8777253f50f06c4bdddaf2dd30bb651b4ac8af7b | |
| parent | e4c008c5deede5e068723dd6833f7f247ac0885f (diff) | |
propellor spin
| -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 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 |
