From 2f9300f2a14a0799a1c5b55cc23575b58cc78e93 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 31 Mar 2014 18:55:58 -0400 Subject: propellor spin --- Propellor/Types.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Propellor') 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) -- cgit v1.2.3