From bc8b7f2173835cb507d81c084fa804bdb3761bdd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 7 Jul 2014 02:01:57 -0400 Subject: [PATCH] propellor spin --- src/Propellor/CmdLine.hs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 2a1d5e0..bc5421e 100644 --- a/src/Propellor/CmdLine.hs +++ b/src/Propellor/CmdLine.hs @@ -122,9 +122,7 @@ buildFirst cmdline next = do newtime <- getmtime if newtime == oldtime then next - else do - print ["./propellor"] - void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)] + else void $ boolSystem "./propellor" [Param "--continue", Param (show cmdline)] , errorMessage "Propellor build failed!" ) where