Skip to content

Commit c3f2631

Browse files
committed
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 d1e9eca commit c3f2631

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)