summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Propellor/Types.hs')
-rw-r--r--Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Types.hs b/Propellor/Types.hs
index 00ddbd98..d864d5d0 100644
--- a/Propellor/Types.hs
+++ b/Propellor/Types.hs
@@ -31,7 +31,7 @@ class ActionResult a where
instance ActionResult Bool where
getActionResult False = ("failed", Vivid, Red)
- getActionResult True = ("ok", Vivid, Green)
+ getActionResult True = ("ok", Dull, Green)
instance ActionResult Result where
getActionResult NoChange = ("unchanged", Dull, Green)