diff options
| author | Avi Levkovich <avi@twine-s.com> | 2019-02-25 14:42:28 +0200 |
|---|---|---|
| committer | Avi Levkovich <avi@twine-s.com> | 2019-02-25 14:42:28 +0200 |
| commit | ecdec00e4d874918b4daf35d17f05de7bb10a88d (patch) | |
| tree | b6fd9f425887a3c4b2a98b1d486164c1e0d0ce3b /Software/Visual_Studio/PPC/Tango.PPC.Common/MachineUpdate/MachineUpdateManager.cs | |
| parent | e7c2fd845a2a166b2a5fb9961081331839636469 (diff) | |
| parent | 602f49b2b0eb1f032f3dead60e8bf499ceca0a7b (diff) | |
| download | Tango-ecdec00e4d874918b4daf35d17f05de7bb10a88d.tar.gz Tango-ecdec00e4d874918b4daf35d17f05de7bb10a88d.zip | |
Merge branch 'master' of https://twinetfs.visualstudio.com/_git/Tango
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.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()}"); |
