mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-30 00:22:40 +01:00
Use correct configuration keys
This commit is contained in:
@@ -393,8 +393,8 @@ namespace Tgstation.Server.Host.Components.Repository
|
||||
|
||||
await Task.Factory.StartNew(() =>
|
||||
{
|
||||
repository.Config.Set("name", committerName);
|
||||
repository.Config.Set("email", committerEmail);
|
||||
repository.Config.Set("user.name", committerName);
|
||||
repository.Config.Set("user.email", committerEmail);
|
||||
}, cancellationToken, TaskCreationOptions.LongRunning, TaskScheduler.Current).ConfigureAwait(false);
|
||||
|
||||
if (!await eventConsumer.HandleEvent(EventType.RepoPreSynchronize, new List<string> { ioMananger.ResolvePath(".") }, cancellationToken).ConfigureAwait(false))
|
||||
|
||||
Reference in New Issue
Block a user