summaryrefslogtreecommitdiff
path: root/Propellor/Engine.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 19:31:35 -0400
committerJoey Hess2014-03-31 19:31:35 -0400
commitd53729495efe7174239deab3b5dd71204543b0d0 (patch)
tree522e11f8d5362ea373d13ed8029368a4b1cd83c2 /Propellor/Engine.hs
parenta020b66fcb2c10e81409f5ebc7b3bdb40dbaef45 (diff)
propellor spin
Diffstat (limited to 'Propellor/Engine.hs')
-rw-r--r--Propellor/Engine.hs2
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)