diff --git a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs
index deab3c1288..df0bb5f2a7 100644
--- a/src/Tgstation.Server.Host/Controllers/AdministrationController.cs
+++ b/src/Tgstation.Server.Host/Controllers/AdministrationController.cs
@@ -204,7 +204,7 @@ namespace Tgstation.Server.Host.Controllers
/// Update has been started successfully.
/// The requested release version could not be found in the target GitHub repository.
/// Upgrade operations are unavailable due to the launch configuration of TGS.
- /// A GitHub rate limit was encountered.
+ /// A GitHub rate limit was encountered or the swarm integrity check failed.
/// A GitHub API error occurred.
[HttpPost]
[TgsAuthorize(AdministrationRights.ChangeVersion)]