fixed password assignment
This commit is contained in:
parent
86fd2b617a
commit
627e412b6b
@ -252,7 +252,7 @@ func (this *MigrationContext) ReadConfigFile() error {
|
||||
this.InspectorConnectionConfig.User = conf.Client.User
|
||||
}
|
||||
if this.InspectorConnectionConfig.Password == "" {
|
||||
this.InspectorConnectionConfig.User = conf.Client.Password
|
||||
this.InspectorConnectionConfig.Password = conf.Client.Password
|
||||
}
|
||||
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user