diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 09:51:53 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 09:51:53 +0900 |
| commit | 4d6e5dcab821bc618dedc515b817db3a79e5bc84 (patch) | |
| tree | a4b83621fc120f5b462643ab1c6ab3ceca368343 /src/Propellor/Property/Ccache.hs | |
| parent | 52505a7d9f85e82fc2c50565f6646b441e0faf53 (diff) | |
consistency
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
| -rw-r--r-- | src/Propellor/Property/Ccache.hs | 2 |
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 |
