propellor spin

This commit is contained in:
Joey Hess 2014-03-31 18:55:58 -04:00
parent a860de6fdc
commit 2f9300f2a1
Failed to extract signature
1 changed files with 1 additions and 1 deletions

View File

@ -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)