Skip to content

Commit 3c841e3

Browse files
author
James O. D. Hunt
committed
Rename InitRd to InitRD for consistency.
Signed-off-by: James O. D. Hunt <[email protected]>
1 parent 546a0ce commit 3c841e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs-go/config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ type VMKernel struct {
4444
Path string `json:"path"`
4545
// Parameters specifies parameters to pass to the kernel.
4646
Parameters string `json:"parameters,omitempty"`
47-
// InitRd is the host path to an initial ramdisk to be used by the kernel.
48-
InitRd string `json:"initrd,omitempty"`
47+
// InitRD is the host path to an initial ramdisk to be used by the kernel.
48+
InitRD string `json:"initrd,omitempty"`
4949
}
5050

5151
// Process contains information to start a specific application inside the container.

0 commit comments

Comments
 (0)