Skip to content

Commit a035d37

Browse files
committed
rm typo
1 parent b29f8d5 commit a035d37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/v1alpha2/codeserver_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ type CodeServerSpec struct {
7575
PublicProxyPorts []int32 `json:"publicProxyPorts,omitempty"`
7676

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

8181
// CodeServerStatus defines the observed state of CodeServer

0 commit comments

Comments
 (0)