Merge pull request #9700 from yanggangtony/fix-typo-shims
Fix func (m manager) Info in containerd-shim-runc-v2.
This commit is contained in:
commit
d48dcf8181
@ -286,7 +286,7 @@ func (m manager) Info(ctx context.Context, optionsR io.Reader) (*types.RuntimeIn
|
|||||||
Name: m.name,
|
Name: m.name,
|
||||||
Version: &types.RuntimeVersion{
|
Version: &types.RuntimeVersion{
|
||||||
Version: version.Version,
|
Version: version.Version,
|
||||||
Revision: version.Version,
|
Revision: version.Revision,
|
||||||
},
|
},
|
||||||
Annotations: nil,
|
Annotations: nil,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user