From bab9f04ae0f251acdb759e72fb54d84d042c533e Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Mon, 1 Nov 2021 19:44:34 +0200 Subject: Added Ha Amma spool support via sites. --- Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs') diff --git a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs index 0bf54e07e..27256cbdb 100644 --- a/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs +++ b/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs @@ -86,7 +86,7 @@ namespace Tango.PPC.DataSynchronizer.CLI }; var result = process.Execute().Result; - if (result.ExitCode != ExaminerProcessExitCode.Success) + if (result.ExitCode != ExaminerProcessExitCode.Success) { throw new InvalidOperationException(result.Output); } -- cgit v1.3.1