Skip to content

mw docker mediawiki foreachwiki: Fix command building

Hoo man requested to merge foreachwiki-fix into main

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