We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d27d3d4 commit 3509710Copy full SHA for 3509710
cli/sharing.go
@@ -13,7 +13,7 @@ import (
13
type workspaceShareRow struct {
14
User string `table:"user"`
15
Group string `table:"group,default_sort"`
16
- Role codersdk.WorkspaceRole `table:"workspace_role"`
+ Role codersdk.WorkspaceRole `table:"role"`
17
}
18
19
func (r *RootCmd) sharing() *serpent.Command {
0 commit comments