From e068fa9d45e3ad6da977a08d722453756c38eee7 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Mon, 25 Feb 2019 11:26:06 +0200 Subject: Updated PMR. --- .../PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs') 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()}"); -- cgit v1.3.1