consistent casing

This commit is contained in:
Keagan McClelland
2021-01-18 20:55:18 -07:00
committed by Aiden McClelland
parent d211de9782
commit 41b01efed3
3 changed files with 5 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ data AgentCtx = AgentCtx
, appWebServerThreadId :: IORef (Maybe ThreadId)
, appIsUpdating :: IORef (Maybe Version)
, appIsUpdateFailed :: IORef (Maybe S9Error)
, appOSVersionLatest :: IORef (Maybe OsVersionCache)
, appOsVersionLatest :: IORef (Maybe OsVersionCache)
, appProcDevMomentCache :: IORef (UTCTime, ProcDevMomentStats, ProcDevMetrics)
, appSelfUpdateSpecification :: MVar VersionRange
, appBackgroundJobs :: TVar JobCache