Skip to content

Commit 4f17b58

Browse files
authored
Merge pull request #1283 from gwarf/patch-2
fix: typo in InstallDeps.php
2 parents 93c6927 + 0c713c3 commit 4f17b58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Migration/InstallDeps.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ protected function installNodeBinary(IOutput $output) : void {
141141
$isARM = true;
142142
}
143143
} else {
144-
$output->warning('CPU archtecture $uname is not supported.');
144+
$output->warning('CPU architecture $uname is not supported.');
145145
return;
146146
}
147147

0 commit comments

Comments
 (0)