Merge pull request #1283 from gwarf/patch-2

fix: typo in InstallDeps.php
This commit is contained in:
Marcel Klehr
2025-05-10 13:14:57 +02:00
committed by GitHub

View File

@ -141,7 +141,7 @@ final class InstallDeps implements IRepairStep {
$isARM = true;
}
} else {
$output->warning('CPU archtecture $uname is not supported.');
$output->warning('CPU architecture $uname is not supported.');
return;
}