We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91c4f2 commit fceab7fCopy full SHA for fceab7f
1 file changed
pkg/cri/opts/container.go
@@ -35,7 +35,7 @@ import (
35
)
36
37
// WithNewSnapshot wraps `containerd.WithNewSnapshot` so that if creating the
38
-// snapshot fails we make sure the image is actually unpacked and and retry.
+// snapshot fails we make sure the image is actually unpacked and retry.
39
func WithNewSnapshot(id string, i containerd.Image, opts ...snapshots.Opt) containerd.NewContainerOpts {
40
f := containerd.WithNewSnapshot(id, i, opts...)
41
return func(ctx context.Context, client *containerd.Client, c *containers.Container) error {
0 commit comments