feat(updater): indicate yeswiki version for non doryphore
Some checks failed
/ test (push) Has been cancelled
Some checks failed
/ test (push) Has been cancelled
This commit is contained in:
parent
c24c4b1f96
commit
2c0d9712eb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue