From c15dd46e9a0cc5787386e45edf779ab225566532 Mon Sep 17 00:00:00 2001 From: Bryan Kneis Date: Tue, 20 Aug 2024 17:42:22 +0100 Subject: [PATCH] POD-763: Update json to use cammelCase --- pkg/provider/workspace.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/provider/workspace.go b/pkg/provider/workspace.go index 7afbec4e9..a9a5bb71d 100644 --- a/pkg/provider/workspace.go +++ b/pkg/provider/workspace.go @@ -163,7 +163,7 @@ type AgentWorkspaceInfo struct { Origin string `json:"-"` // InjectTimeout specifies how long to wait for the agent to be injected into the dev container - InjectTimeout time.Duration `json:"inject_timeout,omitempty"` + InjectTimeout time.Duration `json:"injectTimeout,omitempty"` } type CLIOptions struct {