We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0077af2 commit b3af721Copy full SHA for b3af721
pkg/evergreen/client/client_configuration.go
@@ -48,7 +48,7 @@ func LoadConfig() (Config, error) {
48
type EvergreenYamlConfiguration struct {
49
BaseUrl string `yaml:"ui_server_host"`
50
ApiKey string `yaml:"api_key"`
51
- User string `yaml:"User"`
+ User string `yaml:"user"`
52
Projects []Project `yaml:"projects"`
53
}
54
0 commit comments