Skip to content

Commit

Permalink
fix yaml ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
motoki317 committed Sep 26, 2023
1 parent 63fdfd4 commit 3882523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ type ServersConfig struct {
Identity string `mapstructure:"identity" yaml:"identity"`
Compute string `mapstructure:"compute" yaml:"compute"`
} `mapstructure:"origin" yaml:"origin"`
Username string `mapstructure:"apiUsername" yaml:"apiUsername"`
Password string `mapstructure:"apiPassword" yaml:"apiPassword"`
Username string `mapstructure:"username" yaml:"username"`
Password string `mapstructure:"password" yaml:"password"`
TenantID string `mapstructure:"tenantID" yaml:"tenantID"`
} `mapstructure:"conoha" yaml:"conoha"`
}
Expand Down

0 comments on commit 3882523

Please sign in to comment.