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