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 d8d6006 commit 559faa7Copy full SHA for 559faa7
packages/nx/src/command-line/connect.ts
@@ -43,7 +43,7 @@ export async function connectToNxCloudCommand(
43
'Go to https://nx.app to learn more.',
44
' ',
45
'If you have not done so already, please claim this workspace:',
46
- `${getNxCloudUrl()}'/orgs/workspace-setup?accessToken=${getNxCloudToken()}`,
+ `${getNxCloudUrl()}/orgs/workspace-setup?accessToken=${getNxCloudToken()}`,
47
],
48
});
49
return false;
0 commit comments