From eb78bbae190a0f820d6e16561fb03307eea9e4d4 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 18:36:53 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/CmdLine.hs') 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" -- cgit v1.3-2-g0d8e