Skip to content

Commit

Permalink
fix(nx): fix broking workspace claim link
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 22, 2023
1 parent c6adec7 commit 017d6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/command-line/connect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 017d6d0

Please sign in to comment.