Skip to content

Commit

Permalink
fix(misc): fix broken workspace claim link (#14536)
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Jan 23, 2023
1 parent d8d6006 commit 559faa7
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

1 comment on commit 559faa7

@vercel
Copy link

@vercel vercel bot commented on 559faa7 Jan 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-git-master-nrwl.vercel.app

Please sign in to comment.