diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-10 00:40:38 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-10 00:40:38 -0400 |
| commit | bb1bc1ddc6627288d05668795d16f4acef4076e3 (patch) | |
| tree | 6ea53a4ae5f2bc4c404e2b51ee079306a52e0799 | |
| parent | 208c8181a976152e496b1434f86413828beee0c7 (diff) | |
propellor spin
| -rw-r--r-- | Propellor/CmdLine.hs | 2 |
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" |
