This commit is contained in:
Joey Hess 2014-03-30 01:21:21 -04:00
parent ed52983146
commit 713a36f641
Failed to extract signature
1 changed files with 2 additions and 2 deletions

View File

@ -85,10 +85,10 @@ ensureProperties ps = do
putStrLn "failed"
NoChange -> do
setSGR [SetColor Foreground Dull Green]
putStrLn "(ok)"
putStrLn "unchanged"
MadeChange -> do
setSGR [SetColor Foreground Vivid Green]
putStrLn "(ok)"
putStrLn "ok"
setSGR []
ensure ls (combineResult r rs)