mirror of https://github.com/status-im/migrate.git
add dot
This commit is contained in:
parent
bf81444464
commit
e72d592ef5
|
@ -55,7 +55,7 @@ func (driver *Driver) Initialize(rawurl string) error {
|
|||
password, passwordSet := u.User.Password()
|
||||
|
||||
if passwordSet == false {
|
||||
return fmt.Errorf("Missing password. Please provide password")
|
||||
return fmt.Errorf("Missing password. Please provide password.")
|
||||
}
|
||||
|
||||
cluster.Authenticator = gocql.PasswordAuthenticator{
|
||||
|
|
Loading…
Reference in New Issue