diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-07 02:01:57 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-07 02:01:57 -0400 |
| commit | bc8b7f2173835cb507d81c084fa804bdb3761bdd (patch) | |
| tree | 161053fb81cf8b7c706cb196c86ba7d9d662474b /src/Propellor | |
| parent | 75ba4c5cccae7868dfa8caee0bd380022d23b9ca (diff) | |
propellor spin
Diffstat (limited to 'src/Propellor')
| -rw-r--r-- | src/Propellor/CmdLine.hs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/Propellor/CmdLine.hs b/src/Propellor/CmdLine.hs index 2a1d5e03..bc5421e7 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 |
