Fix for 4bbb826 command syntax for Comm* commands was displaying incorrectly
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 2m46s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 3m50s
Create Docker Image / Final Docker Image Manifest (push) Successful in 11s

This commit is contained in:
Deon George 2025-01-07 11:13:31 +11:00
parent b27d983fe6
commit 058b4ac4b9
2 changed files with 4 additions and 4 deletions

View File

@ -17,8 +17,8 @@ class CommBinkpSend extends Command
* @var string * @var string
*/ */
protected $signature = 'comm:binkp:send' protected $signature = 'comm:binkp:send'
.'{--N|now : Dont queue}' .' {--N|now : Dont queue}'
.'{ftn : FTN to Send to}'; .' {ftn : FTN to Send to}';
/** /**
* The console command description. * The console command description.

View File

@ -17,8 +17,8 @@ class CommEMSISend extends Command
* @var string * @var string
*/ */
protected $signature = 'comm:emsi:send' protected $signature = 'comm:emsi:send'
.'{--N|now : Dont queue}' .' {--N|now : Dont queue}'
.'{ftn : FTN to Send to}'; .' {ftn : FTN to Send to}';
/** /**
* The console command description. * The console command description.