From 017d6d0fc227cd5a2cac7f29adab4403989c1c0f Mon Sep 17 00:00:00 2001 From: Bram Borggreve Date: Sun, 22 Jan 2023 15:55:43 +0000 Subject: [PATCH] fix(nx): fix broking workspace claim link --- packages/nx/src/command-line/connect.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/nx/src/command-line/connect.ts b/packages/nx/src/command-line/connect.ts index 5c72a4f93708ef..70bf4d30b5e0cc 100644 --- a/packages/nx/src/command-line/connect.ts +++ b/packages/nx/src/command-line/connect.ts @@ -43,7 +43,7 @@ export async function connectToNxCloudCommand( 'Go to https://nx.app to learn more.', ' ', 'If you have not done so already, please claim this workspace:', - `${getNxCloudUrl()}'/orgs/workspace-setup?accessToken=${getNxCloudToken()}`, + `${getNxCloudUrl()}/orgs/workspace-setup?accessToken=${getNxCloudToken()}`, ], }); return false;