summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-06-05 17:10:16 -0400
committerJoey Hess2014-06-05 17:10:58 -0400
commit16ae2b503f109abbdd0cb1fca4065ec26b181d49 (patch)
tree0dc3633d537f13d1b43e86e286aca5cc24a33bad
parent0f4e219838a8101471715de94e98a1279f4879a6 (diff)
display improvements
-rw-r--r--src/Propellor/Types.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Types.hs b/src/Propellor/Types.hs
index d0481b69..d91ce71b 100644
--- a/src/Propellor/Types.hs
+++ b/src/Propellor/Types.hs
@@ -66,7 +66,7 @@ data Property = Property
}
instance Show Property where
- show = propertyDesc
+ show p = "property " ++ show (propertyDesc p)
-- | A property that can be reverted.
data RevertableProperty = RevertableProperty Property Property