diff --git a/packages/sfpowerscripts-cli/package.json b/packages/sfpowerscripts-cli/package.json index ab089422c..4906d8f3f 100644 --- a/packages/sfpowerscripts-cli/package.json +++ b/packages/sfpowerscripts-cli/package.json @@ -1,7 +1,7 @@ { "name": "@dxatscale/sfpowerscripts", "description": "DX@Scale Toolkit", - "version": "25.1.5", + "version": "25.1.6", "license": "MIT", "author": "dxatscale", "release": "December 23", diff --git a/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts b/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts index 55233a2b3..63519381b 100644 --- a/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts +++ b/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts @@ -73,7 +73,7 @@ export default class OrgInfoDisplayer { public static writeScratchOrgInfoToMarkDown(scratchOrg: ScratchOrg): void { const pathToMarkDownFile = `org-info.md`; const fileOutputHandler = FileOutputHandler.getInstance(); - fileOutputHandler.writeOutput(pathToMarkDownFile, `Please find the validation org details below`); + fileOutputHandler.writeOutput(pathToMarkDownFile, `\nPlease find the validation org details below`); let tableData = { table: { head: [ @@ -133,7 +133,7 @@ export default class OrgInfoDisplayer { public static writeOrgInfoToMarkDown(org: SFPOrg): void { const pathToMarkDownFile = `org-info.md`; const fileOutputHandler = FileOutputHandler.getInstance(); - fileOutputHandler.appendOutput(pathToMarkDownFile, `Please find the validation org details below`); + fileOutputHandler.appendOutput(pathToMarkDownFile, `\nPlease find the validation org details below`); let tableData = { table: { head: [