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:
-rwxr-xr-xtests/travis/checkout_dependent_plugins.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/travis/checkout_dependent_plugins.sh b/tests/travis/checkout_dependent_plugins.sh
index 7d798fb78a..08b3fb4955 100755
--- a/tests/travis/checkout_dependent_plugins.sh
+++ b/tests/travis/checkout_dependent_plugins.sh
@@ -10,7 +10,7 @@ else
for pluginSlug in "${DEPENDENT_PLUGINS[@]}"
do
- dependentPluginName=`echo "$pluginSlug" | sed -E 's/[a-zA-Z0-9_]+-(.*)/\1/'`
+ dependentPluginName=`echo "$pluginSlug" | sed -E 's/PiwikPRO\/[a-zA-Z0-9_]+-(.*)/\1/'`
echo "Cloning $pluginSlug into plugins/$dependentPluginName..."
git clone --depth=1 "https://$GITHUB_USER_TOKEN:@github.com/$pluginSlug" "plugins/$dependentPluginName" 2> /dev/null