diff options
-rw-r--r-- | pkg/hooks/1.0.0/when.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/hooks/1.0.0/when.go b/pkg/hooks/1.0.0/when.go index c23223ec0..a4870d0fa 100644 --- a/pkg/hooks/1.0.0/when.go +++ b/pkg/hooks/1.0.0/when.go @@ -10,7 +10,7 @@ import ( // When holds hook-injection conditions. type When struct { Always *bool `json:"always,omitempty"` - Annotations map[string]string `json:"annotation,omitempty"` + Annotations map[string]string `json:"annotations,omitempty"` Commands []string `json:"commands,omitempty"` HasBindMounts *bool `json:"hasBindMounts,omitempty"` |