aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-02-25 11:26:06 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-02-25 11:26:06 +0200
commite068fa9d45e3ad6da977a08d722453756c38eee7 (patch)
tree775f8e4313105536dbaab1adf325c9655a0de750 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
parentcc7cafd24fdb59afc78d198062c469344177f553 (diff)
downloadTango-e068fa9d45e3ad6da977a08d722453756c38eee7.tar.gz
Tango-e068fa9d45e3ad6da977a08d722453756c38eee7.zip
Updated PMR.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
index 64827f15f..952944cf9 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs
@@ -320,7 +320,7 @@ namespace Tango.PPC.Common.MachineUpdate
CheckForUpdateResponse update_response = null;
- update_response = _client.CheckForUpdate(request).Result;
+ update_response = _client.CheckForUpdates(request).Result;
LogManager.Log($"Check for update response received: {Environment.NewLine}{update_response.ToJsonString()}");