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:
authorsgiehl <stefan@piwik.org>2018-05-30 10:38:37 +0300
committersgiehl <stefan@piwik.org>2018-05-30 10:56:24 +0300
commit1aba0f2ba6d437097d49ff47073f3523fbacafb3 (patch)
tree211084940031c915d7d99a5f90bb08e973759cd9 /plugins/CoreConsole
parent5524432854db0f2b613df291a5276237de84aff4 (diff)
fix typo
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 db2ea521b3..082a401a57 100644
--- a/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php
+++ b/plugins/CoreConsole/Commands/DevelopmentSyncProcessedSystemTests.php
@@ -85,7 +85,7 @@ class DevelopmentSyncProcessedSystemTests extends ConsoleCommand
$buildNumber = substr($buildNumber, 0, -2);
}
- $filename = sprintf('system.plugins.%s.tar.bz2', $buildNumber);
+ $filename = sprintf('system.plugin.%s.tar.bz2', $buildNumber);
$urlBase = sprintf('https://builds-artifacts.matomo.org/matomo-org/matomo/%s', $filename);
$tests = Http::sendHttpRequest($urlBase, $timeout = 120);