diff options
-rw-r--r-- | .changeset/mighty-pants-rush.md | 5 | ||||
-rw-r--r-- | packages/astro/src/cli/index.ts | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/.changeset/mighty-pants-rush.md b/.changeset/mighty-pants-rush.md new file mode 100644 index 000000000..9eb14bfa2 --- /dev/null +++ b/.changeset/mighty-pants-rush.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Fixes a typo in the command name of the CLI diff --git a/packages/astro/src/cli/index.ts b/packages/astro/src/cli/index.ts index 5f1cc75a9..a963b8414 100644 --- a/packages/astro/src/cli/index.ts +++ b/packages/astro/src/cli/index.ts @@ -84,7 +84,7 @@ function resolveCommand(flags: yargs.Arguments): CLICommand { 'db', 'info', 'login', - 'loutout', + 'logout', 'link', 'init', ]); |