Skip to content

Commit 340e503

Browse files
authored
Update BuildCommand.php
1 parent ab2fd13 commit 340e503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Commands/BuildCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class BuildCommand extends Command
1414
{
1515
use LocatesPhpBinary;
1616

17-
protected $signature = 'native:build {os? : The operating system to build for (all, linux, mac, windows)}';
17+
protected $signature = 'native:build {os? : The operating system to build for (all, linux, mac, win)}';
1818

1919
public function handle(): void
2020
{

0 commit comments

Comments
 (0)