summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ccache.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
-rw-r--r--src/Propellor/Property/Ccache.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs
index a8cc36f1..b8fa0d85 100644
--- a/src/Propellor/Property/Ccache.hs
+++ b/src/Propellor/Property/Ccache.hs
@@ -65,7 +65,6 @@ path `hasLimits` limit = go `requires` installed
| null errors =
cmdPropertyEnv "ccache" params' [("CCACHE_DIR", path)]
`changesFile` (path </> "ccache.conf")
- `describe` "h"
| otherwise = property "couldn't parse ccache limits" $
sequence_ (errorMessage <$> errors)
>> return FailedChange