Skip to content

Commit

Permalink
POD-763: Update json to use cammelCase
Browse files Browse the repository at this point in the history
  • Loading branch information
bkneis committed Aug 20, 2024
1 parent e442aa4 commit c15dd46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/provider/workspace.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c15dd46

Please sign in to comment.