Skip to content

Commit 62aad0e

Browse files
authored
Merge pull request #2247 from estesp/fix-typeurl-typo
[release/1.0] cherry-pick: Fix typo in metadata test typeurl string
2 parents 386b4e9 + 2f27d47 commit 62aad0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

metadata/containers_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
func init() {
26-
typeurl.Register(&specs.Spec{}, "types.contianerd.io/opencontainers/runtime-spec", "v1", "Spec")
26+
typeurl.Register(&specs.Spec{}, "types.containerd.io/opencontainers/runtime-spec", "v1", "Spec")
2727
}
2828

2929
func TestContainersList(t *testing.T) {

0 commit comments

Comments
 (0)