Skip to content

Commit b3b895a

Browse files
Kumm-Kaimarceljk
authored andcommitted
fix STACKITProjectID json key
This wasn't really an issue as unmarshal does prefer an "exact match but also accepting a case-insensitive match"
1 parent 6ab8220 commit b3b895a

File tree

1 file changed

+1
-1
lines changed
  • internal/cmd/ske/kubeconfig/login

1 file changed

+1
-1
lines changed

internal/cmd/ske/kubeconfig/login/login.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ func NewCmd(params *params.CmdParams) *cobra.Command {
120120
}
121121

122122
type clusterConfig struct {
123-
STACKITProjectID string `json:"stackitProjectId"`
123+
STACKITProjectID string `json:"stackitProjectID"`
124124
ClusterName string `json:"clusterName"`
125125

126126
cacheKey string

0 commit comments

Comments
 (0)