diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 22:07:18 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-21 22:07:18 +0900 |
| commit | 36d005c1bb298d4cf8cf274680d41b90c2425f87 (patch) | |
| tree | 871392b4792bb8d3d1209c67aa12707e94c6a27a /src/Propellor/Property/Ccache.hs | |
| parent | 53cda0948dba7a4bf1661c9a27b864b741e39654 (diff) | |
descs
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 45208508..f511def7 100644 --- a/src/Propellor/Property/Ccache.hs +++ b/src/Propellor/Property/Ccache.hs @@ -36,7 +36,7 @@ data Limit hasGroupCache :: Group -> Limit -> RevertableProperty DebianLike UnixLike group@(Group g) `hasGroupCache` limit = (make `requires` installed) <!> delete where - make = propertyList ("ccache for " ++ g ++ " exists") $ props + make = propertyList ("ccache for " ++ g ++ " group exists") $ props & File.dirExists path & File.ownerGroup path (User "root") group & File.mode path (combineModes $ |
