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
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CoreUpdater/Test/Mock/UpdaterMock.php')
-rw-r--r--plugins/CoreUpdater/Test/Mock/UpdaterMock.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreUpdater/Test/Mock/UpdaterMock.php b/plugins/CoreUpdater/Test/Mock/UpdaterMock.php
index c72510e006..d0089e08fb 100644
--- a/plugins/CoreUpdater/Test/Mock/UpdaterMock.php
+++ b/plugins/CoreUpdater/Test/Mock/UpdaterMock.php
@@ -36,7 +36,7 @@ class UpdaterMock extends Updater
public function getArchiveUrl($version, $https = true)
{
- return 'http://builds.piwik.org/piwik.zip';
+ return 'http://builds.matomo.org/piwik.zip';
}
public function updatePiwik($https = true)