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:
authorThomas Steur <tsteur@users.noreply.github.com>2018-01-10 00:26:20 +0300
committerGitHub <noreply@github.com>2018-01-10 00:26:20 +0300
commitdfe2f64c72b5dd521f5dfac16988f8d333fbdd93 (patch)
treec3d9867e8efca210ad663c9d5f33aab982e90afa /plugins/CoreConsole
parent85108bac90fffb14231c7544ec44365efee68052 (diff)
Piwik is now Matomo (#12410)
* Piwik is now Matomo * make sure logo is not shown too high * fix some tests * fix logo height * fix some ui tests * update ui tests
Diffstat (limited to 'plugins/CoreConsole')
-rw-r--r--plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php b/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php
index 6879298f23..2e7698235b 100644
--- a/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php
+++ b/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php
@@ -50,7 +50,7 @@ class DevelopmentSyncProcessedSystemTests extends ConsoleCommand
}
$filename = sprintf('system.%s.tar.bz2', $buildNumber);
- $urlBase = sprintf('https://builds-artifacts.piwik.org/piwik/piwik/%s', $filename);
+ $urlBase = sprintf('https://builds-artifacts.piwik.org/matomo-org/piwik/%s', $filename);
$tests = Http::sendHttpRequest($urlBase, $timeout = 120);
$tarFile = $tmpDir . $filename;