Skip to content

Commit ff10bea

Browse files
committed
fix gen
1 parent dc7a902 commit ff10bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/typegen/rbacobject.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var (
1414
// Resource{{ $Name }}
1515
// Valid Actions
1616
{{- range $action, $value := .Actions }}
17-
// - "{{ actionEnum $action }}" :: {{ $value.Description }}
17+
// - "{{ actionEnum $action }}" :: {{ $value }}
1818
{{- end }}
1919
{{- .Comment }}
2020
Resource{{ $Name }} = Object {

0 commit comments

Comments
 (0)