Skip to content

Commit 05580f0

Browse files
committed
Fix updater URL
1 parent 5bf1760 commit 05580f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/private/Updater/VersionCheck.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public function check() {
5959
return json_decode($this->config->getAppValue('core', 'lastupdateResult'), true);
6060
}
6161

62-
$updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.owncloud.com/server/');
62+
$updaterUrl = $this->config->getSystemValue('updater.server.url', 'https://updates.nextcloud.com/server/');
6363

6464
$this->config->setAppValue('core', 'lastupdatedat', time());
6565

0 commit comments

Comments
 (0)