diff options
author | Peter Hunt <pehunt@redhat.com> | 2019-05-17 11:08:14 -0400 |
---|---|---|
committer | Peter Hunt <pehunt@redhat.com> | 2019-05-17 11:10:09 -0400 |
commit | 38333970ba23338b1477f26e1807d21c74da8654 (patch) | |
tree | a537ec0ec4642c3e63dcfe6dffd353785680cada /pkg/hooks/0.1.0/hook.go | |
parent | 0e20ae0b3a8c5e4e4e9511d078ed8479c67f2243 (diff) | |
download | podman-38333970ba23338b1477f26e1807d21c74da8654.tar.gz podman-38333970ba23338b1477f26e1807d21c74da8654.tar.bz2 podman-38333970ba23338b1477f26e1807d21c74da8654.zip |
s|kubernetes-sigs/cri-o|cri-o/cri-o|g
Signed-off-by: Peter Hunt <pehunt@redhat.com>
Diffstat (limited to 'pkg/hooks/0.1.0/hook.go')
-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 49d833aa8..ba68b0f10 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-sigs/cri-o/pull/1235 + // https://github.com/cri-o/cri-o/pull/1235 Stages []string `json:"stages"` Stage []string `json:"stage"` |