Skip to content

Commit

Permalink
fix(orginfo): fix incorrect header used
Browse files Browse the repository at this point in the history
  • Loading branch information
azlam-abdulsalam committed Aug 16, 2023
1 parent 1cc72f3 commit 9568dd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/sfpowerscripts-cli/src/ui/OrgInfoDisplayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ export default class OrgInfoDisplayer {
let tableData = {
table: {
head: [
'Org Details',
'Incoming Version',
'Org Info',
'',
],
body: []
},
Expand Down Expand Up @@ -140,7 +140,7 @@ export default class OrgInfoDisplayer {
table: {
head: [
'Org Details',
'Incoming Version',
'',
],
body: []
},
Expand Down

0 comments on commit 9568dd0

Please sign in to comment.