summaryrefslogtreecommitdiff
path: root/src/Propellor/Property/Ccache.hs
diff options
context:
space:
mode:
authorSean Whitton2016-05-22 10:42:21 +0900
committerSean Whitton2016-05-22 10:42:21 +0900
commit0b17dee7b9ea38e7d0342189cd16b19731fa2f61 (patch)
treedbd2fc3eabbdd518663b90f3831c13274721f7ee /src/Propellor/Property/Ccache.hs
parent71c40ba6d6bc7a74813f7fdef5964e85fe251ea1 (diff)
changesFile -> changesFileContent
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
-rw-r--r--src/Propellor/Property/Ccache.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Ccache.hs b/src/Propellor/Property/Ccache.hs
index b8fa0d85..ce5e836c 100644
--- a/src/Propellor/Property/Ccache.hs
+++ b/src/Propellor/Property/Ccache.hs
@@ -64,7 +64,7 @@ path `hasLimits` limit = go `requires` installed
-- etc.
| null errors =
cmdPropertyEnv "ccache" params' [("CCACHE_DIR", path)]
- `changesFile` (path </> "ccache.conf")
+ `changesFileContent` (path </> "ccache.conf")
| otherwise = property "couldn't parse ccache limits" $
sequence_ (errorMessage <$> errors)
>> return FailedChange