Skip to content

Commit

Permalink
Testing docker update procedure.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bounz committed Oct 27, 2018
1 parent 8bc26bc commit 83279ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HomeGenie/Service/Handlers/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ private void HandleSystemConfigure(MigInterfaceCommand migCommand, MigClientRequ
case "UpdateManager.Check":
{
var checkSuccess = _homegenie.UpdateChecker.Check();
// TODO don't return ERROR if there is no new release
request.ResponseData = new ResponseText(checkSuccess ? "OK" : "ERROR");
break;
}
Expand Down

0 comments on commit 83279ad

Please sign in to comment.