feat(updater): indicate yeswiki version for non doryphore
Some checks failed
/ test (push) Has been cancelled

This commit is contained in:
Florian Schmitt 2025-03-27 19:06:47 +03:00
parent c24c4b1f96
commit 2c0d9712eb

View file

@ -99,7 +99,7 @@ if ($isRoot) {
foreach ($matches as $k => $wiki) {
$nb = $nb + 1;
if ($wiki['VERSION'] != 'doryphore') {
$climate->info($nb.' - skipping non doryphore version wiki '.$wiki['URL']);
$climate->info($nb.' - skipping non doryphore version "'.$wiki['VERSION'].'" wiki '.$wiki['URL']);
} elseif ($wiki['RELEASE'] == $version) {
$climate->info($nb.' - skipping up-to-date wiki '.$wiki['URL']);
} else {