summaryrefslogtreecommitdiff
path: root/Propellor/CmdLine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 16:49:35 -0400
committerJoey Hess2014-03-31 16:49:35 -0400
commit312d19e5382fd8c9d0783444b5a952018ea695b3 (patch)
tree5dba04b4aebffc415e924325f391545efa2fa2cd /Propellor/CmdLine.hs
parent88d296d0de5b676f46ce40f2f7e4947fc0467fbf (diff)
propellor spin
Diffstat (limited to 'Propellor/CmdLine.hs')
-rw-r--r--Propellor/CmdLine.hs2
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