Skip to content

Commit

Permalink
Fix for typo in v3 CLI login command
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-aitken committed May 16, 2024
1 parent b77ece1 commit 598906f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/thirty-islands-kiss.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---

Fix for typo in v3 CLI login command
2 changes: 1 addition & 1 deletion packages/cli-v3/src/commands/login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ async function createAuthorizationCode(apiClient: CliApiClient) {
try {
//generate authorization code
const createAuthCodeSpinner = spinner();
createAuthCodeSpinner.start("Creating authorition code");
createAuthCodeSpinner.start("Creating authorization code");
const authorizationCodeResult = await apiClient.createAuthorizationCode();

if (!authorizationCodeResult.success) {
Expand Down

0 comments on commit 598906f

Please sign in to comment.