diff options
| author | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 10:42:21 +0900 |
|---|---|---|
| committer | Sean Whitton <spwhitton@spwhitton.name> | 2016-05-22 10:42:21 +0900 |
| commit | 0b17dee7b9ea38e7d0342189cd16b19731fa2f61 (patch) | |
| tree | dbd2fc3eabbdd518663b90f3831c13274721f7ee /src/Propellor/Property/Ccache.hs | |
| parent | 71c40ba6d6bc7a74813f7fdef5964e85fe251ea1 (diff) | |
changesFile -> changesFileContent
Diffstat (limited to 'src/Propellor/Property/Ccache.hs')
| -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 |
