From d53729495efe7174239deab3b5dd71204543b0d0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 19:31:35 -0400 Subject: propellor spin --- Propellor/Engine.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor/Engine.hs') 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) -- cgit v1.3-2-g0d8e