Skip to content

mw docker mediawiki foreachwiki: Fix command building

The calls to run.php needs to look like …

run.php theScript --wiki enwiki scriptArgs...

… instead of the current …

run.php theScript scriptArgs... --wiki enwiki

Merge request reports

Loading