Merge branch 'master' into PHRAS-3144-install-plugin

This commit is contained in:
Nicolas Maillat
2020-06-24 17:52:05 +02:00
committed by GitHub
12 changed files with 73 additions and 27 deletions

View File

@@ -29,7 +29,7 @@ class InstallCommand extends Command
mkdir($pluginsDir);
}
foreach (explode(' ', $plugins) as $key => $plugin) {
foreach (explode(';', $plugins) as $key => $plugin) {
$plugin = trim($plugin);
$repo = $plugin;
$branch = 'master';