From 312d19e5382fd8c9d0783444b5a952018ea695b3 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 16:49:35 -0400 Subject: propellor spin --- Propellor/CmdLine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor') 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 -- cgit v1.2.3