From fe42b992c16b0fa0ad6e693cab9acef7e9f203f0 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Tue, 29 Nov 2016 12:11:45 +0000 Subject: [PATCH] Rename InitRd to InitRD for consistency. Signed-off-by: James O. D. Hunt --- specs-go/config.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs-go/config.go b/specs-go/config.go index fe3b7ae50..d941f0b21 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -43,8 +43,8 @@ type VMKernel struct { Path string `json:"path"` // Parameters specifies parameters to pass to the kernel. Parameters string `json:"parameters,omitempty"` - // InitRd is the host path to an initial ramdisk to be used by the kernel. - InitRd string `json:"initrd,omitempty"` + // InitRD is the host path to an initial ramdisk to be used by the kernel. + InitRD string `json:"initrd,omitempty"` } // Process contains information to start a specific application inside the container.