diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 11:26:06 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2019-02-25 11:26:06 +0200 |
| commit | e068fa9d45e3ad6da977a08d722453756c38eee7 (patch) | |
| tree | 775f8e4313105536dbaab1adf325c9655a0de750 /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate | |
| parent | cc7cafd24fdb59afc78d198062c469344177f553 (diff) | |
| download | Tango-e068fa9d45e3ad6da977a08d722453756c38eee7.tar.gz Tango-e068fa9d45e3ad6da977a08d722453756c38eee7.zip | |
Updated PMR.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate')
| -rw-r--r-- | Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | 2 |
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()}"); |
