mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
Add missing semicolons
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TGServerService
|
||||
const string CachedTGS3SettingsPath = "TGS3.json";
|
||||
const string RepoErrorUpToDate = "Already up to date!";
|
||||
const string SSHPushRemote = "ssh_push_target";
|
||||
const string RepoKeyDir = "RepoKey/"
|
||||
const string RepoKeyDir = "RepoKey/";
|
||||
const string PrivateKeyPath = RepoKeyDir + "private_key.txt";
|
||||
const string PublicKeyPath = RepoKeyDir + "public_key.txt";
|
||||
const string PRJobFile = "prtestjob.json";
|
||||
@@ -146,7 +146,7 @@ namespace TGServerService
|
||||
|
||||
void InitRepo()
|
||||
{
|
||||
Directory.CreateDirectory(RepoKeyDir)
|
||||
Directory.CreateDirectory(RepoKeyDir);
|
||||
if(Exists())
|
||||
UpdateInterfaceDll(false);
|
||||
if(LoadRepo() == null)
|
||||
|
||||
Reference in New Issue
Block a user