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

Commit 2a664e5

Browse files
fix(org-info): fix markdown file rendering in scratchorg org info mode
1 parent 18a34f2 commit 2a664e5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sfpowerscripts-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@dxatscale/sfpowerscripts",
33
"description": "DX@Scale Toolkit",
4-
"version": "25.1.3",
4+
"version": "25.1.4",
55
"license": "MIT",
66
"author": "dxatscale",
77
"release": "December 23",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export default class OrgInfoDisplayer {
9393
fileOutputHandler.appendOutput(pathToMarkDownFile, `\n\n${getMarkdownTable(tableData)}`);
9494

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

0 commit comments

Comments
 (0)