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:
parent
c414eec6ac
commit
ffc836bac0
2 changed files with 6 additions and 1 deletions
5
.changeset/mighty-pants-rush.md
Normal file
5
.changeset/mighty-pants-rush.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
'astro': patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Fixes a typo in the command name of the CLI
|
|
@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand {
|
||||||
'db',
|
'db',
|
||||||
'info',
|
'info',
|
||||||
'login',
|
'login',
|
||||||
'loutout',
|
'logout',
|
||||||
'link',
|
'link',
|
||||||
'init',
|
'init',
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue