Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authormattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
committermattab <matthieu.aubry@gmail.com>2014-04-30 10:10:25 +0400
commit4c6b37239501349011d8d4e7320f3856afa968f7 (patch)
treef541fe03bd729fb50729feabe712bd78341e7f05 /misc
parent0891ed77d2378cd859610ec4dfdecba1c52535e3 (diff)
Updating comment to reference to ./console core:archive instead of archive.php
Diffstat (limited to 'misc')
-rwxr-xr-xmisc/log-analytics/import_logs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/log-analytics/import_logs.py b/misc/log-analytics/import_logs.py
index b06422b2f3..ec6a5e22a4 100755
--- a/misc/log-analytics/import_logs.py
+++ b/misc/log-analytics/import_logs.py
@@ -1359,7 +1359,7 @@ class Recorder(object):
idSites=','.join(str(site_id) for site_id in stats.piwik_sites),
)
print('To re-process these reports with your new update data, execute the '
- 'piwik/misc/cron/archive.php script, or see: http://piwik.org/setup-auto-archiving/ '
+ '`piwik/console core:archive` script, or see: http://piwik.org/setup-auto-archiving/ '
'for more info.')