Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/recyclarr/commit/59dc2568ca26187fcf76f443236bec2dc27943c9?style=split&whitespace=ignore-eol You should set ROOT_URL correctly, otherwise the web may not work correctly.

refactor: Newline after git clone progress output

pull/76/head
Robert Dailey 3 years ago
parent 496c11eb33
commit 59dc2568ca

@ -36,7 +36,7 @@ public class GitRepositoryFactory : IGitRepositoryFactory
var progress = new ProgressBar var progress = new ProgressBar
{ {
Description = "Fetching guide data" Description = "Fetching guide data\n"
}; };
_staticWrapper.Clone(repoUrl, repoPath, new CloneOptions _staticWrapper.Clone(repoUrl, repoPath, new CloneOptions

Loading…
Cancel
Save