We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8888c2e commit bdf3ff3Copy full SHA for bdf3ff3
codersdk/workspaceagents.go
@@ -133,7 +133,7 @@ type WorkspaceAgent struct {
133
StartupScriptTimeoutSeconds int32 `json:"startup_script_timeout_seconds"`
134
ShutdownScript string `json:"shutdown_script,omitempty"`
135
ShutdownScriptTimeoutSeconds int32 `json:"shutdown_script_timeout_seconds"`
136
- Subsystem AgentSubsystem `json:"subsytem"`
+ Subsystem AgentSubsystem `json:"subsystem"`
137
}
138
139
type DERPRegion struct {
0 commit comments