diff options
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" |
