summaryrefslogtreecommitdiff
path: root/src/Propellor/Property
diff options
context:
space:
mode:
authorSean Whitton2016-05-22 09:51:53 +0900
committerSean Whitton2016-05-22 09:51:53 +0900
commit4d6e5dcab821bc618dedc515b817db3a79e5bc84 (patch)
treea4b83621fc120f5b462643ab1c6ab3ceca368343 /src/Propellor/Property
parent52505a7d9f85e82fc2c50565f6646b441e0faf53 (diff)
consistency
Diffstat (limited to 'src/Propellor/Property')
-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