We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77ece1 commit 598906fCopy full SHA for 598906f
.changeset/thirty-islands-kiss.md
@@ -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
@@ -326,7 +326,7 @@ async function createAuthorizationCode(apiClient: CliApiClient) {
326
try {
327
//generate authorization code
328
const createAuthCodeSpinner = spinner();
329
- createAuthCodeSpinner.start("Creating authorition code");
+ createAuthCodeSpinner.start("Creating authorization code");
330
const authorizationCodeResult = await apiClient.createAuthorizationCode();
331
332
if (!authorizationCodeResult.success) {
0 commit comments