We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e9eca commit c3f2631Copy full SHA for c3f2631
1 file changed
internal/cmd/ske/kubeconfig/login/login.go
@@ -120,7 +120,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
120
}
121
122
type clusterConfig struct {
123
- STACKITProjectID string `json:"stackitProjectId"`
+ STACKITProjectID string `json:"stackitProjectID"`
124
ClusterName string `json:"clusterName"`
125
126
cacheKey string
0 commit comments