From 71c40ba6d6bc7a74813f7fdef5964e85fe251ea1 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 May 2016 10:35:18 +0900 Subject: rm dummy desc --- src/Propellor/Property/Ccache.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Propellor/Property/Ccache.hs') 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 -- cgit v1.2.3