diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-02-01 13:22:36 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-02-01 13:22:36 +0100 |
commit | 47390764748574e0c0979a70f45ae7dd3920bb05 (patch) | |
tree | b90b90ec1089c02be0d8424d3f7f043564bc0187 /apps/updatenotification/lib | |
parent | 46a34f1e27d11b042b0bcf1216f935efd6d04ce1 (diff) | |
download | nextcloud-server-47390764748574e0c0979a70f45ae7dd3920bb05.tar.gz nextcloud-server-47390764748574e0c0979a70f45ae7dd3920bb05.zip |
Use correct update server
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'apps/updatenotification/lib')
-rw-r--r-- | apps/updatenotification/lib/Settings/Admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/updatenotification/lib/Settings/Admin.php b/apps/updatenotification/lib/Settings/Admin.php index 7fb6cc99dea..cf65aed5e2c 100644 --- a/apps/updatenotification/lib/Settings/Admin.php +++ b/apps/updatenotification/lib/Settings/Admin.php @@ -77,7 +77,7 @@ class Admin implements ISettings { $notifyGroups = json_decode($this->config->getAppValue('updatenotification', 'notify_groups', '["admin"]'), true); - $defaultUpdateServerURL = 'https://updates.nextcloud.com/server/'; + $defaultUpdateServerURL = 'https://updates.nextcloud.com/updater_server/'; $updateServerURL = $this->config->getSystemValue('updater.server.url', $defaultUpdateServerURL); $params = [ |