diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-05 17:10:16 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-05 17:10:58 -0400 |
| commit | 16ae2b503f109abbdd0cb1fca4065ec26b181d49 (patch) | |
| tree | 0dc3633d537f13d1b43e86e286aca5cc24a33bad /src | |
| parent | 0f4e219838a8101471715de94e98a1279f4879a6 (diff) | |
display improvements
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Types.hs | 2 |
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 |
