Skip to content

Commit 3509710

Browse files
committed
fix: update role column name
1 parent d27d3d4 commit 3509710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/sharing.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
type workspaceShareRow struct {
1414
User string `table:"user"`
1515
Group string `table:"group,default_sort"`
16-
Role codersdk.WorkspaceRole `table:"workspace_role"`
16+
Role codersdk.WorkspaceRole `table:"role"`
1717
}
1818

1919
func (r *RootCmd) sharing() *serpent.Command {

0 commit comments

Comments
 (0)