aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2021-11-01 19:44:34 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2021-11-01 19:44:34 +0200
commitbab9f04ae0f251acdb759e72fb54d84d042c533e (patch)
tree6df0d31b90ee7c9c7075c0f45c5fc6a09ab1b3ab /Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI
parentd2a95e54a3ae4fb7ff8b29bd85bb221cf3769a1f (diff)
downloadTango-bab9f04ae0f251acdb759e72fb54d84d042c533e.tar.gz
Tango-bab9f04ae0f251acdb759e72fb54d84d042c533e.zip
Added Ha Amma spool support via sites.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.DataSynchronizer.CLI/Program.cs2
1 files changed, 1 insertions, 1 deletions
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);
}