This commit is contained in:
Vladimir Krutkin 2023-03-19 16:46:47 +03:00 committed by GitHub
parent e2927189fb
commit 88b9cce1c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ peerConfigRead mbfp = do
-- debug $ pretty confData -- debug $ pretty confData
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download"] dir) confData config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download-log"] dir) confData
pure $ PeerConfig config pure $ PeerConfig config
where where