Skip to content
This repository was archived by the owner on Mar 18, 2024. It is now read-only.

Commit 920c1a4

Browse files
fix(orginfo): add addtional ticks to markdown
render information to authenticate to scratch org properly
1 parent 0403a24 commit 920c1a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ export default class OrgInfoDisplayer {
9393

9494
fileOutputHandler.appendOutput(pathToMarkDownFile,
9595
`\n\nYou may use the following commands to authenticate to the org`,);
96+
fileOutputHandler.appendOutput(pathToMarkDownFile, `\`\`\``);
9697
fileOutputHandler.appendOutput(pathToMarkDownFile, `cat ${scratchOrg.sfdxAuthUrl} > ./authfile`);
9798
fileOutputHandler.appendOutput(pathToMarkDownFile, `sfdx auth sfdxurl store --sfdxurlfile authfile`);
9899
fileOutputHandler.appendOutput(pathToMarkDownFile, `sfdx force org open --u ${scratchOrg.username}`);
100+
fileOutputHandler.appendOutput(pathToMarkDownFile, `\`\`\``);
99101

100102
}
101103

0 commit comments

Comments
 (0)