From 039e61f752d2505de87e11acf8043731e4b0b400 Mon Sep 17 00:00:00 2001 From: ted Date: Thu, 15 May 2025 15:33:23 +0000 Subject: [PATCH] remove corporation from instruction --- src/commands/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/init.ts b/src/commands/init.ts index e1ebe6c..06deeb8 100644 --- a/src/commands/init.ts +++ b/src/commands/init.ts @@ -134,7 +134,7 @@ export default class Init extends Command { this.log(`You'll need to create a personal Linear api key.`); this.log( `You can create one here ${chalk.magenta( - 'https://linear.app/joinlane/settings/api' + 'https://linear.app/settings/api' )}.` );