propellor spin

This commit is contained in:
Joey Hess 2014-03-31 16:49:35 -04:00
parent 88d296d0de
commit 312d19e538
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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