From a8251d9385319365adc7fb2df804520362384fca Mon Sep 17 00:00:00 2001 From: John Gross Date: Fri, 13 Apr 2018 12:09:14 -0700 Subject: [PATCH] Update TorchCommands.cs --- Torch/Commands/TorchCommands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Torch/Commands/TorchCommands.cs b/Torch/Commands/TorchCommands.cs index 3d487e5..e3affc8 100644 --- a/Torch/Commands/TorchCommands.cs +++ b/Torch/Commands/TorchCommands.cs @@ -154,7 +154,7 @@ namespace Torch.Commands { if (_restartPending) { - Context.Respond("A restart is already pending."). + Context.Respond("A restart is already pending."); return; }