Merge branch 'master' into patch-3

This commit is contained in:
Jordan Brown
2018-07-10 17:48:23 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ namespace TGS.ControlPanel
if (!Repo.Exists())
{
//repo unavailable
RepoRemoteTextBox.Text = "https://github.com/tgstation/tgstation";
RepoRemoteTextBox.Text = "git://github.com/tgstation/tgstation.git";
RepoBranchTextBox.Text = "master";
RepoProgressBarLabel.Text = "Unable to locate repository";
CloneRepositoryButton.Visible = true;