We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bf1760 commit 05580f0Copy full SHA for 05580f0
1 file changed
lib/private/Updater/VersionCheck.php
@@ -59,7 +59,7 @@ public function check() {
59
return json_decode($this->config->getAppValue('core', 'lastupdateResult'), true);
60
}
61
62
- $updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.owncloud.com/server/');
+ $updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.nextcloud.com/server/');
63
64
$this->config->setAppValue('core', 'lastupdatedat', time());
65
0 commit comments