From 0b17dee7b9ea38e7d0342189cd16b19731fa2f61 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 22 May 2016 10:42:21 +0900 Subject: changesFile -> changesFileContent --- 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 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 -- cgit v1.2.3