Skip to content

Commit

Permalink
added the 'REFERENCE' word in the projects list so that it becomes ea…
Browse files Browse the repository at this point in the history
…sy to know the ID
  • Loading branch information
ibilalkayy committed Nov 20, 2023
1 parent afbd0d7 commit 4da5ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/projects/list/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func Run(ctx context.Context, fsys afero.Fs) error {
fmt.Fprintln(os.Stderr, err)
}

table := `LINKED|ORG ID|ID|NAME|REGION|CREATED AT (UTC)
table := `LINKED|ORG ID|REFERENCE ID|NAME|REGION|CREATED AT (UTC)
|-|-|-|-|-|-|
`
for _, project := range *resp.JSON200 {
Expand Down

0 comments on commit 4da5ae4

Please sign in to comment.