diff options
| -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 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 |
