Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
change copy
Browse files Browse the repository at this point in the history
  • Loading branch information
hbjORbj committed Dec 19, 2023
1 parent 7655787 commit b3b2a40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/handleLoginCliCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const ACCESS_TOKEN_REQUESTED_BY_CLI_KEY = 'accessTokenRequestedByCLI';

export const handleLoginCliCommand = async (printer: PrinterBlueprint) => {
const EXTENSION_LINK = terminalLink(
'Click to view the live results of this run in the Intuita VSCode Extension!',
'Click to authenticate via Codemod Studio!',
`https://codemod.studio/${ACCESS_TOKEN_REQUESTED_BY_CLI_KEY}`,
);

Expand Down

0 comments on commit b3b2a40

Please sign in to comment.