diff options
Diffstat (limited to 'pkg/hooks/0.1.0')
-rw-r--r-- | pkg/hooks/0.1.0/hook.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/hooks/0.1.0/hook.go b/pkg/hooks/0.1.0/hook.go index 4ebc5ff9d..49d833aa8 100644 --- a/pkg/hooks/0.1.0/hook.go +++ b/pkg/hooks/0.1.0/hook.go @@ -19,7 +19,7 @@ type Hook struct { Hook *string `json:"hook"` Arguments []string `json:"arguments,omitempty"` - // https://github.com/kubernetes-incubator/cri-o/pull/1235 + // https://github.com/kubernetes-sigs/cri-o/pull/1235 Stages []string `json:"stages"` Stage []string `json:"stage"` |