From 36d005c1bb298d4cf8cf274680d41b90c2425f87 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 21 May 2016 22:07:18 +0900 Subject: descs --- src/Propellor/Property/Ccache.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Propellor/Property/Ccache.hs') 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 $ -- cgit v1.2.3