mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 05:27:30 +01:00
Fix a typo
This commit is contained in:
@@ -46,7 +46,7 @@ namespace Tgstation.Server.Host.Components.Repository
|
||||
var repo = await Task.Factory.StartNew<LibGit2Sharp.IRepository>(
|
||||
() =>
|
||||
{
|
||||
logger.LogTrace("Creating libgit2 repostory at {repoPath}...", path);
|
||||
logger.LogTrace("Creating libgit2 repository at {repoPath}...", path);
|
||||
return new LibGit2Sharp.Repository(path);
|
||||
},
|
||||
cancellationToken,
|
||||
|
||||
Reference in New Issue
Block a user