diff options
| author | Joey Hess <joey@kitenet.net> | 2014-04-12 14:14:20 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-04-12 14:14:20 -0400 |
| commit | 9e9d0f1d410f806b546abed6055b25ac81f7042e (patch) | |
| tree | 5a13b54820988c87f3567f90a1c5280763fc885e /Propellor/Property | |
| parent | 61ed9ef26c275ee8466e3d86b0a9b5ae275e3d4e (diff) | |
| parent | b3af5e44d0683033043511fefa3c5fc0ca2a4073 (diff) | |
Merge branch 'joeyconfig'
Diffstat (limited to 'Propellor/Property')
| -rw-r--r-- | Propellor/Property/Scheduled.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Propellor/Property/Scheduled.hs b/Propellor/Property/Scheduled.hs index 8341765e..769a3931 100644 --- a/Propellor/Property/Scheduled.hs +++ b/Propellor/Property/Scheduled.hs @@ -61,7 +61,7 @@ setLastChecked time desc = do readLastChecked :: IO (M.Map Desc LocalTime) readLastChecked = fromMaybe M.empty <$> catchDefaultIO Nothing go where - go = readish <$> readFile lastCheckedFile + go = readish <$> readFileStrict lastCheckedFile writeLastChecked :: M.Map Desc LocalTime -> IO () writeLastChecked = writeFile lastCheckedFile . show |
