#5707 Tweak notify url for upgrades

This commit is contained in:
Andrew Nelless 2016-10-28 14:48:01 +01:00
parent 4206799ae3
commit 73685c3d92
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ ToolApp::notifyUpgrade()
if (count == 3) {
std::stringstream ss;
ss << JSON_URL << "notify/upgraded/";
ss << JSON_URL << "notify/upgrade";
ss << "?from=" << parts[0];
ss << "&to=" << parts[1];
ss << "&serial=" << parts[2];