Skip to content

Commit

Permalink
update buidl.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim-the-Diamond committed Mar 6, 2024
1 parent ff6326c commit fb2f7fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/builder/build.php
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@ function replaceForAllOtherOSes(): array
if (! isValidPackageName($folderName)) {
do {
writeln('Invalid package name: "builder" is not allowed.');
$name = ask('Package name');
$packageName = $name;
$packageName = ask('Package name');
} while (! isValidPackageName($packageName));
} else {
$packageName = $folderName;
Expand Down

0 comments on commit fb2f7fe

Please sign in to comment.