Skip to content

Commit 62da4d3

Browse files
committed
Wrong json identifier
1 parent e73fd8c commit 62da4d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/devspace/cloud/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ type ProviderConfig map[string]*Provider
2222
type Provider struct {
2323
Name string `yaml:"name,omitempty"`
2424
KubeContext string `yaml:"kubecontext,omitempty"`
25-
Host string `yaml:"login,omitempty"`
25+
Host string `yaml:"host,omitempty"`
2626
Token string `yaml:"token,omitempty"`
2727
}
2828

0 commit comments

Comments
 (0)