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.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs
index 8b6ddb5a..1b0f8332 100644
--- a/src/Propellor/Property/Ccache.hs
+++ b/src/Propellor/Property/Ccache.hs
@@ -54,7 +54,7 @@ ccacheSizeUnits sz = filter (/= ' ') (roughSize cfgfileunits True sz)
p :: Integer -> Integer
p n = 1024^n
--- | Set limits on a given ccache.
+-- | Set limits on a given ccache
hasLimits :: FilePath -> Limit -> Property UnixLike
path `hasLimits` limit = property' ("limits set on ccache " ++ path) $
\w -> if null errors