From 6d9a4759d84c586d85853a32d80011100c7e8c88 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 16 Jun 2016 09:08:00 -0400 Subject: [PATCH] revise updater.server.url to reflect nextcloud.org URL, also it's comment --- config/config.sample.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 4253517f24cad..be3280390d3d7 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -497,7 +497,7 @@ 'updatechecker' => true, /** - * URL that ownCloud should use to look for updates + * URL that Nextcloud should use to look for updates */ 'updater.server.url' => 'https://updates.nextcloud.org/server/',