summaryrefslogtreecommitdiff
path: root/src/Propellor
diff options
context:
space:
mode:
authorSean Whitton2016-05-22 10:35:18 +0900
committerSean Whitton2016-05-22 10:35:18 +0900
commit71c40ba6d6bc7a74813f7fdef5964e85fe251ea1 (patch)
tree09bd16019c7cbc8e43cd8d4f5d7f8b7d55efcd69 /src/Propellor
parentb6f3970c83e943770e2d6afdb12591dae5a567fd (diff)
rm dummy desc
Diffstat (limited to 'src/Propellor')
-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