diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-31 18:55:58 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-31 18:55:58 -0400 |
| commit | 2f9300f2a14a0799a1c5b55cc23575b58cc78e93 (patch) | |
| tree | b9fbc74bb0f16b985f49076d9f2e330179fe2e8e | |
| parent | a860de6fdc1b3b5ce7590e71ed088197b1c00b2b (diff) | |
propellor spin
| -rw-r--r-- | Propellor/Types.hs | 2 |
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) |
