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;