summaryrefslogtreecommitdiff
path: root/Propellor/Engine.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Engine.hs')
-rw-r--r--Propellor/Engine.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Propellor/Engine.hs b/Propellor/Engine.hs
index e5f8a965..25870ae8 100644
--- a/Propellor/Engine.hs
+++ b/Propellor/Engine.hs
@@ -22,6 +22,7 @@ ensureProperties' ps = ensure ps NoChange
where
ensure [] rs = return rs
ensure (l:ls) rs = do
+ setTitle $ propertyDesc l
r <- ensureProperty l
clearFromCursorToLineBeginning
setCursorColumn 0