summaryrefslogtreecommitdiff
path: root/Propellor/Types.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-31 18:55:58 -0400
committerJoey Hess2014-03-31 18:55:58 -0400
commit2f9300f2a14a0799a1c5b55cc23575b58cc78e93 (patch)
treeb9fbc74bb0f16b985f49076d9f2e330179fe2e8e /Propellor/Types.hs
parenta860de6fdc1b3b5ce7590e71ed088197b1c00b2b (diff)
propellor spin
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)