mirror of https://github.com/voidlizard/hbs2
download-log
This commit is contained in:
parent
32e1a36f7e
commit
5b451012a4
|
@ -1,6 +1,8 @@
|
|||
|
||||
## 2023-03-26
|
||||
|
||||
FIXME: download-log-location-again
|
||||
|
||||
TODO: git-http-protocol
|
||||
Протокол http для гита, что бы можно было ссылаться на репозиторий
|
||||
например в nix flakes.
|
||||
|
|
|
@ -147,7 +147,7 @@ peerConfigRead mbfp = do
|
|||
|
||||
-- debug $ pretty confData
|
||||
|
||||
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download"] dir) confData
|
||||
config <- transformBiM (canonicalizeConfPaths ["key", "storage", "download-log"] dir) confData
|
||||
|
||||
pure $ PeerConfig config
|
||||
where
|
||||
|
|
Loading…
Reference in New Issue