diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 16:49:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 16:49:35 -0400 |
| commit | 312d19e5382fd8c9d0783444b5a952018ea695b3 (patch) | |
| tree | 5dba04b4aebffc415e924325f391545efa2fa2cd | |
| parent | 88d296d0de5b676f46ce40f2f7e4947fc0467fbf (diff) | |
propellor spin
| -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 1f99288e..516bb5c5 100644 --- a/Propellor/CmdLine.hs +++ b/Propellor/CmdLine.hs @@ -103,7 +103,7 @@ pullFirst cmdline next = do newsha <- getCurrentGitSha1 branchref if oldsha == newsha - then next + then error "unchanged" else do putStrLn "Rebuilding propeller.." hFlush stdout |
