Update TorchCommands.cs

This commit is contained in:
John Gross
2018-04-13 12:09:14 -07:00
committed by GitHub
parent b1edd62c0b
commit a8251d9385

View File

@@ -154,7 +154,7 @@ namespace Torch.Commands
{
if (_restartPending)
{
Context.Respond("A restart is already pending.").
Context.Respond("A restart is already pending.");
return;
}