From 73200c35591c641ac00b4afae0d2276339ce7c21 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 23 May 2016 11:22:34 -0400 Subject: more consistent layout in example --- src/Propellor/Property/Ccache.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Propellor/Property/Ccache.hs') diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs index ce5e836c..f2246fe1 100644 --- a/src/Propellor/Property/Ccache.hs +++ b/src/Propellor/Property/Ccache.hs @@ -84,8 +84,8 @@ limitToParams (l1 :+ l2) = limitToParams l1 <> limitToParams l2 -- -- If you say -- --- > & (Group "foo") `Ccache.hasGroupCache` (Ccache.MaxSize "4G" --- > <> Ccache.MaxFiles 10000) +-- > & (Group "foo") `Ccache.hasGroupCache` +-- > (Ccache.MaxSize "4G" <> Ccache.MaxFiles 10000) -- -- you instruct propellor to create a ccache in /var/cache/ccache-foo owned and -- writeable by the foo group, with a maximum cache size of 4GB or 10000 files. -- cgit v1.2.3