Skip to content

Commit d48dcf8

Browse files
authored
Merge pull request containerd#9700 from yanggangtony/fix-typo-shims
Fix func (m manager) Info in containerd-shim-runc-v2.
2 parents c1d59e3 + e15f191 commit d48dcf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/containerd-shim-runc-v2/manager/manager_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ func (m manager) Info(ctx context.Context, optionsR io.Reader) (*types.RuntimeIn
286286
Name: m.name,
287287
Version: &types.RuntimeVersion{
288288
Version: version.Version,
289-
Revision: version.Version,
289+
Revision: version.Revision,
290290
},
291291
Annotations: nil,
292292
}

0 commit comments

Comments
 (0)