Skip to content

Commit

Permalink
fix(org-info): fix markdown file rendering in scratchorg org info mode
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Nov 1, 2023
1 parent 18a34f2 commit 2a664e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dxatscale/sfpowerscripts",
"description": "DX@Scale Toolkit",
"version": "25.1.3",
"version": "25.1.4",
"license": "MIT",
"author": "dxatscale",
"release": "December 23",
Expand Down
2 changes: 1 addition & 1 deletion packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export default class OrgInfoDisplayer {
fileOutputHandler.appendOutput(pathToMarkDownFile, `\n\n${getMarkdownTable(tableData)}`);

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

0 comments on commit 2a664e5

Please sign in to comment.