Skip to content

Commit

Permalink
rm typo
Browse files Browse the repository at this point in the history
  • Loading branch information
walnuts1018 committed Apr 15, 2024
1 parent b29f8d5 commit a035d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha2/codeserver_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ type CodeServerSpec struct {
PublicProxyPorts []int32 `json:"publicProxyPorts,omitempty"`

//InitCommand specifies the init commands that will be running to finish before code server running.
InitCommand string `json:"initCommands,omitempty"`
InitCommand string `json:"initCommand,omitempty"`
}

// CodeServerStatus defines the observed state of CodeServer
Expand Down

0 comments on commit a035d37

Please sign in to comment.