summaryrefslogtreecommitdiffstats
path: root/bin/updater.py
diff options
context:
space:
mode:
Diffstat (limited to 'bin/updater.py')
-rwxr-xr-xbin/updater.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/updater.py b/bin/updater.py
index a3da90866..7706bdef7 100755
--- a/bin/updater.py
+++ b/bin/updater.py
@@ -78,7 +78,7 @@ class Updater:
if self.base_url[-1] != '/':
self.base_url += '/'
- self.base_url += 'index.php/apps/news/api/v1-4'
+ self.base_url += 'index.php/apps/news/api/v1-2'
self.before_cleanup_url = '%s/cleanup/before-update' % self.base_url
self.after_cleanup_url = '%s/cleanup/after-update' % self.base_url