Skip to content

Commit

Permalink
fix typo in token payload (#2684)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
  • Loading branch information
mhenriks authored Apr 7, 2023
1 parent 6bb139e commit e75e333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/token/token.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type Operation string

// Payload is the data inside our token
type Payload struct {
Operation Operation `json:"opertation,omitempty"`
Operation Operation `json:"operation,omitempty"`
Name string `json:"name,omitempty"`
Namespace string `json:"namespace,omitempty"`
Resource metav1.GroupVersionResource `json:"resource,omitempty"`
Expand Down

0 comments on commit e75e333

Please sign in to comment.