0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-30 22:03:56 -05:00

Fix cli command typo (#12342)

Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
This commit is contained in:
liruifengv 2024-10-31 15:51:39 +08:00 committed by GitHub
parent c414eec6ac
commit ffc836bac0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
'astro': patch
---
Fixes a typo in the command name of the CLI

View file

@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand {
'db', 'db',
'info', 'info',
'login', 'login',
'loutout', 'logout',
'link', 'link',
'init', 'init',
]); ]);