From 4d6e5dcab821bc618dedc515b817db3a79e5bc84 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 May 2016 09:51:53 +0900 Subject: consistency --- src/Propellor/Property/Ccache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.3-2-g0d8e