Skip to content

Commit bdf3ff3

Browse files
committed
lint
1 parent 8888c2e commit bdf3ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/workspaceagents.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ type WorkspaceAgent struct {
133133
StartupScriptTimeoutSeconds int32 `json:"startup_script_timeout_seconds"`
134134
ShutdownScript string `json:"shutdown_script,omitempty"`
135135
ShutdownScriptTimeoutSeconds int32 `json:"shutdown_script_timeout_seconds"`
136-
Subsystem AgentSubsystem `json:"subsytem"`
136+
Subsystem AgentSubsystem `json:"subsystem"`
137137
}
138138

139139
type DERPRegion struct {

0 commit comments

Comments
 (0)