Skip to content

Commit ac8f567

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/provisioners.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (r *RootCmd) provisionerList() *serpent.Command {
3636
client = new(codersdk.Client)
3737
orgContext = NewOrganizationContext()
3838
formatter = cliui.NewOutputFormatter(
39-
cliui.TableFormat([]provisionerDaemonRow{}, []string{"created at", "last seen at", "name", "version", "tags", "key name", "status", "organization"}),
39+
cliui.TableFormat([]provisionerDaemonRow{}, []string{"created at", "last seen at", "key name", "name", "version", "status", "tags"}),
4040
cliui.JSONFormat(),
4141
)
4242
limit int64

0 commit comments

Comments
 (0)