This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

#5707 Tweak notify url for upgrades

  • Loading branch information...
nlyan committed Oct 28, 2016
1 parent 4206799 commit 73685c3d923368841b71a154e8ebc68c28922b9d
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/lib/synergy/ToolApp.cpp
@@ -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];

0 comments on commit 73685c3

Please sign in to comment.