diff options
| author | Joey Hess <joey@kitenet.net> | 2014-03-30 01:21:21 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-03-30 01:21:21 -0400 |
| commit | 713a36f641b991946daf651201ea2a171a239fdc (patch) | |
| tree | 6f2760822aac81f3061b1bb4c2d4e30ecaf815c7 /Property.hs | |
| parent | ed529831469f10acf04bcf01811159ec982a066d (diff) | |
display
Diffstat (limited to 'Property.hs')
| -rw-r--r-- | Property.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Property.hs b/Property.hs index 3fdbcd3b..a8d0dffb 100644 --- a/Property.hs +++ b/Property.hs @@ -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) |
