Skip to content

Commit 559faa7

Browse files
authored
fix(misc): fix broken workspace claim link (#14536)
1 parent d8d6006 commit 559faa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/command-line/connect.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export async function connectToNxCloudCommand(
4343
'Go to https://nx.app to learn more.',
4444
' ',
4545
'If you have not done so already, please claim this workspace:',
46-
`${getNxCloudUrl()}'/orgs/workspace-setup?accessToken=${getNxCloudToken()}`,
46+
`${getNxCloudUrl()}/orgs/workspace-setup?accessToken=${getNxCloudToken()}`,
4747
],
4848
});
4949
return false;

0 commit comments

Comments
 (0)