propellor spin
This commit is contained in:
parent
88d296d0de
commit
312d19e538
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue