aboutsummaryrefslogtreecommitdiffhomepage
path: root/hst
diff options
context:
space:
mode:
Diffstat (limited to 'hst')
-rw-r--r--hst/instance.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hst/instance.go b/hst/instance.go
index e2ad5a57..b59a7684 100644
--- a/hst/instance.go
+++ b/hst/instance.go
@@ -80,7 +80,7 @@ type State struct {
ShimPID int `json:"shim_pid"`
// Configuration used to start the container.
- Config *Config `json:"config"`
+ *Config
// Point in time the shim process was created.
Time time.Time `json:"time"`