Fix for typo in v3 CLI login command

This commit is contained in:
Matt Aitken
2024-05-16 09:23:45 +01:00
parent b77ece1567
commit 598906fc4c
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"trigger.dev": patch
---
Fix for typo in v3 CLI login command
+1 -1
View File
@@ -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) {