Skip to content

Commit

Permalink
Merge pull request opencontainers#130 from LK4D4/fix_linux_runtime
Browse files Browse the repository at this point in the history
Fix LinuxRuntime field
  • Loading branch information
LK4D4 committed Sep 1, 2015
2 parents 4d18a52 + cc8a997 commit 138deee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime_config_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import "os"
// LinuxRuntimeSpec is the full specification for linux containers.
type LinuxRuntimeSpec struct {
RuntimeSpec
// Linux is platform specific configuration for linux based containers.
LinuxRuntime Linux `json:"linux"`
// LinuxRuntime is platform specific configuration for linux based containers.
Linux LinuxRuntime `json:"linux"`
}

type LinuxRuntime struct {
Expand Down

0 comments on commit 138deee

Please sign in to comment.