Skip to content

Commit b3af721

Browse files
committed
fixed yaml annotation
1 parent 0077af2 commit b3af721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/evergreen/client/client_configuration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ func LoadConfig() (Config, error) {
4848
type EvergreenYamlConfiguration struct {
4949
BaseUrl string `yaml:"ui_server_host"`
5050
ApiKey string `yaml:"api_key"`
51-
User string `yaml:"User"`
51+
User string `yaml:"user"`
5252
Projects []Project `yaml:"projects"`
5353
}
5454

0 commit comments

Comments
 (0)