Skip to content

Commit

Permalink
Fix cli command typo (#12342)
Browse files Browse the repository at this point in the history
Co-authored-by: Emanuele Stoppa <[email protected]>
  • Loading branch information
liruifengv and ematipico authored Oct 31, 2024
1 parent c414eec commit ffc836b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/mighty-pants-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'astro': patch
---

Fixes a typo in the command name of the CLI
2 changes: 1 addition & 1 deletion packages/astro/src/cli/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand {
'db',
'info',
'login',
'loutout',
'logout',
'link',
'init',
]);
Expand Down

0 comments on commit ffc836b

Please sign in to comment.