We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ddf5de commit c882e3aCopy full SHA for c882e3a
1 file changed
pkg/convertor/convertor.go
@@ -72,7 +72,7 @@ var (
72
convSnapshotNameFormat = "overlaybd-conv-%s"
73
ConvContentNameFormat = convSnapshotNameFormat
74
75
- tracer = otel.Tracer("github.com/containerd/accelerated-container-image/pkg/convertor")
+ tracer = otel.Tracer("accelerated-container-image/pkg/convertor")
76
)
77
78
type ZFileConfig struct {
0 commit comments