cockroach typo in init (#1872)
This commit is contained in:
parent
5f4491bb86
commit
9dfeb98111
@ -58,7 +58,7 @@ func (s *sqlStore) getDB(database, table string) (string, string) {
|
|||||||
if len(s.options.Table) > 0 {
|
if len(s.options.Table) > 0 {
|
||||||
table = s.options.Table
|
table = s.options.Table
|
||||||
} else {
|
} else {
|
||||||
database = DefaultTable
|
table = DefaultTable
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user