diff --git a/packages/sfpowerscripts-cli/package.json b/packages/sfpowerscripts-cli/package.json index 53cd5276f..fe04094fa 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.3", + "version": "25.1.4", "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 139a82b83..006c7fead 100644 --- a/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts +++ b/packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts @@ -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}`);