Skip to content

Commit 598906f

Browse files
committed
Fix for typo in v3 CLI login command
1 parent b77ece1 commit 598906f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/thirty-islands-kiss.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"trigger.dev": patch
3+
---
4+
5+
Fix for typo in v3 CLI login command

packages/cli-v3/src/commands/login.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ async function createAuthorizationCode(apiClient: CliApiClient) {
326326
try {
327327
//generate authorization code
328328
const createAuthCodeSpinner = spinner();
329-
createAuthCodeSpinner.start("Creating authorition code");
329+
createAuthCodeSpinner.start("Creating authorization code");
330330
const authorizationCodeResult = await apiClient.createAuthorizationCode();
331331

332332
if (!authorizationCodeResult.success) {

0 commit comments

Comments
 (0)