From a8d3dd9225b8c059f92382faef29c405648a2a70 Mon Sep 17 00:00:00 2001 From: David Sheets Date: Tue, 20 Sep 2016 10:41:08 +0100 Subject: [PATCH] Fix typo in api/types/container/host_config.go Originally merged in #26061. Signed-off-by: David Sheets Upstream-commit: a003419fca2c4ce7ed53edc8da67a22748aa4a23 Component: engine --- components/engine/api/types/container/host_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/types/container/host_config.go b/components/engine/api/types/container/host_config.go index bb3e59813f..cbbfc10807 100644 --- a/components/engine/api/types/container/host_config.go +++ b/components/engine/api/types/container/host_config.go @@ -323,7 +323,7 @@ type HostConfig struct { Mounts []mount.Mount `json:",omitempty"` // Run a custom init inside the container, if null, use the daemon's configured settings - Init *bool `json:",om itempty"` + Init *bool `json:",omitempty"` } // Box specifies height and width dimensions. Used for sizing of a console.