Skip to content

Commit a12a1a4

Browse files
mtojekmafredri
andauthored
Update cli/provisionerjobs.go
Co-authored-by: Mathias Fredriksson <mafredri@gmail.com>
1 parent dce4f57 commit a12a1a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/provisionerjobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (r *RootCmd) provisionerJobsList() *serpent.Command {
4141
client = new(codersdk.Client)
4242
orgContext = NewOrganizationContext()
4343
formatter = cliui.NewOutputFormatter(
44-
cliui.TableFormat([]provisionerJobRow{}, []string{"id", "created at", "status", "tags", "type", "organization", "queue"}),
44+
cliui.TableFormat([]provisionerJobRow{}, []string{"created at", "id", "type", "template display name", "status", "queue", "tags"}),
4545
cliui.JSONFormat(),
4646
)
4747
status []string

0 commit comments

Comments
 (0)