Skip to content

Commit fceab7f

Browse files
committed
remove duplicate
Signed-off-by: Kang.Zhang <[email protected]>
1 parent d91c4f2 commit fceab7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cri/opts/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535
)
3636

3737
// WithNewSnapshot wraps `containerd.WithNewSnapshot` so that if creating the
38-
// snapshot fails we make sure the image is actually unpacked and and retry.
38+
// snapshot fails we make sure the image is actually unpacked and retry.
3939
func WithNewSnapshot(id string, i containerd.Image, opts ...snapshots.Opt) containerd.NewContainerOpts {
4040
f := containerd.WithNewSnapshot(id, i, opts...)
4141
return func(ctx context.Context, client *containerd.Client, c *containers.Container) error {

0 commit comments

Comments
 (0)