This repository was archived by the owner on Mar 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
packages/sfpowerscripts-cli Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @dxatscale/sfpowerscripts" ,
3
3
"description" : " DX@Scale Toolkit" ,
4
- "version" : " 25.1.5 " ,
4
+ "version" : " 25.1.6 " ,
5
5
"license" : " MIT" ,
6
6
"author" : " dxatscale" ,
7
7
"release" : " December 23" ,
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ export default class OrgInfoDisplayer {
73
73
public static writeScratchOrgInfoToMarkDown ( scratchOrg : ScratchOrg ) : void {
74
74
const pathToMarkDownFile = `org-info.md` ;
75
75
const fileOutputHandler = FileOutputHandler . getInstance ( ) ;
76
- fileOutputHandler . writeOutput ( pathToMarkDownFile , `Please find the validation org details below` ) ;
76
+ fileOutputHandler . writeOutput ( pathToMarkDownFile , `\nPlease find the validation org details below` ) ;
77
77
let tableData = {
78
78
table : {
79
79
head : [
@@ -133,7 +133,7 @@ export default class OrgInfoDisplayer {
133
133
public static writeOrgInfoToMarkDown ( org : SFPOrg ) : void {
134
134
const pathToMarkDownFile = `org-info.md` ;
135
135
const fileOutputHandler = FileOutputHandler . getInstance ( ) ;
136
- fileOutputHandler . appendOutput ( pathToMarkDownFile , `Please find the validation org details below` ) ;
136
+ fileOutputHandler . appendOutput ( pathToMarkDownFile , `\nPlease find the validation org details below` ) ;
137
137
let tableData = {
138
138
table : {
139
139
head : [
You can’t perform that action at this time.
0 commit comments