mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
@@ -388,7 +388,7 @@ namespace Tgstation.Server.Host.Controllers
|
||||
string description = null;
|
||||
if (model.UpdateFromOrigin == true)
|
||||
if (model.Reference != null)
|
||||
description = String.Format(CultureInfo.InvariantCulture, "Fetch and hard reset repsitory to origin/{0}", model.Reference);
|
||||
description = String.Format(CultureInfo.InvariantCulture, "Fetch and hard reset repository to origin/{0}", model.Reference);
|
||||
else if (model.CheckoutSha != null)
|
||||
description = String.Format(CultureInfo.InvariantCulture, "Fetch and checkout {0} in repository", model.CheckoutSha);
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user