This commit is contained in:
Dmitry Zuikov 2023-10-15 13:14:44 +03:00
parent be67ff026e
commit 5397cd352b
1 changed files with 2 additions and 0 deletions

View File

@ -143,6 +143,8 @@ withConfig cfg m = do
syn <- liftIO (readFile realCfg) <&> parseTop
<&> fromRight mempty
debug $ "config" <+> pretty realCfg <> line <> pretty syn
ev <- asks (view reposyncEntries)
let root = runReader (cfgValue @ReposyncRootKey) syn