diff options
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) |
