diff options
Diffstat (limited to 'src')
| -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 54d84279..c0b8d539 100644 --- a/src/Propellor/Property/Ccache.hs +++ b/src/Propellor/Property/Ccache.hs @@ -100,7 +100,7 @@ group@(Group g) `hasCache` limit = (make `requires` installed) <!> delete , groupWriteMode , setGroupIDMode ]) `onChange` fixSetgidBit - -- ^ we use onChange to catch upgrades from + -- here, we use onChange to catch upgrades from -- 3.0.5 where the setGroupIDMode line was not -- present & hasLimits path limit |
