diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 18:36:53 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 18:36:53 -0400 |
| commit | eb78bbae190a0f820d6e16561fb03307eea9e4d4 (patch) | |
| tree | 8bfdd16ca967fe9f9e823012354e5263bab6b5fc /Propellor/CmdLine.hs | |
| parent | c246a8ee745723140150c8b8d35b7a7121c90c11 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
| -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 a5ce9dda..22a014af 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -147,7 +147,7 @@ spin host = do ] , "else " ++ intercalate " && " [ "cd " ++ localdir - --, "if ! test -x ./propellor; then make build; fi" + , "if ! test -x ./propellor; then make build; fi" , "./propellor --boot " ++ host ] , "fi" |
