summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 00:40:38 -0400
committerJoey Hess2014-04-10 00:40:38 -0400
commitbb1bc1ddc6627288d05668795d16f4acef4076e3 (patch)
tree6ea53a4ae5f2bc4c404e2b51ee079306a52e0799 /Propellor/CmdLine.hs
parent208c8181a976152e496b1434f86413828beee0c7 (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/CmdLine.hs b/Propellor/CmdLine.hs
index ca155568..e4cab86c 100644
--- a/Propellor/CmdLine.hs
+++ b/Propellor/CmdLine.hs
@@ -197,7 +197,7 @@ spin host = do
]
, "else " ++ intercalate " && "
[ "cd " ++ localdir
- , "if ! test -x ./propellor; then make build; fi"
+ , "if ! test -x ./propellor; then make deps build; fi"
, "./propellor --boot " ++ host
]
, "fi"