Skip to content

Commit 138deee

Browse files
committed
Merge pull request opencontainers#130 from LK4D4/fix_linux_runtime
Fix LinuxRuntime field
2 parents 4d18a52 + cc8a997 commit 138deee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime_config_linux.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ import "os"
55
// LinuxRuntimeSpec is the full specification for linux containers.
66
type LinuxRuntimeSpec struct {
77
RuntimeSpec
8-
// Linux is platform specific configuration for linux based containers.
9-
LinuxRuntime Linux `json:"linux"`
8+
// LinuxRuntime is platform specific configuration for linux based containers.
9+
Linux LinuxRuntime `json:"linux"`
1010
}
1111

1212
type LinuxRuntime struct {

0 commit comments

Comments
 (0)