diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 19:31:35 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 19:31:35 -0400 |
| commit | d53729495efe7174239deab3b5dd71204543b0d0 (patch) | |
| tree | 522e11f8d5362ea373d13ed8029368a4b1cd83c2 /Propellor/Engine.hs | |
| parent | a020b66fcb2c10e81409f5ebc7b3bdb40dbaef45 (diff) | |
propellor spin
Diffstat (limited to 'Propellor/Engine.hs')
| -rw-r--r-- | Propellor/Engine.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Engine.hs b/Propellor/Engine.hs index e35e4c84..1ae224ca 100644 --- a/Propellor/Engine.hs +++ b/Propellor/Engine.hs @@ -15,7 +15,7 @@ ensureProperty = catchDefaultIO FailedChange . propertySatisfy ensureProperties :: [Property] -> IO () ensureProperties ps = do r <- ensureProperties' [Property "overall" $ ensureProperties' ps] - setTitle "propellor done" + setTitle "propellor: done" hFlush stdout case r of FailedChange -> exitWith (ExitFailure 1) |
