diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 10:35:18 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 10:35:18 +0900 |
| commit | 71c40ba6d6bc7a74813f7fdef5964e85fe251ea1 (patch) | |
| tree | 09bd16019c7cbc8e43cd8d4f5d7f8b7d55efcd69 /src/Propellor/Property/Ccache.hs | |
| parent | b6f3970c83e943770e2d6afdb12591dae5a567fd (diff) | |
rm dummy desc
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
| -rw-r--r-- | src/Propellor/Property/Ccache.hs | 1 |
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 |
