mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Change Default Repo URL
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user