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

Commit 9568dd0

Browse files
fix(orginfo): fix incorrect header used
1 parent 1cc72f3 commit 9568dd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ export default class OrgInfoDisplayer {
7777
let tableData = {
7878
table: {
7979
head: [
80-
'Org Details',
81-
'Incoming Version',
80+
'Org Info',
81+
'',
8282
],
8383
body: []
8484
},
@@ -140,7 +140,7 @@ export default class OrgInfoDisplayer {
140140
table: {
141141
head: [
142142
'Org Details',
143-
'Incoming Version',
143+
'',
144144
],
145145
body: []
146146
},

0 commit comments

Comments
 (0)