address #174 typo in kw
This commit is contained in:
parent
cc975f825d
commit
9dd848412d
1 changed files with 1 additions and 1 deletions
|
|
@ -163,7 +163,7 @@
|
||||||
:as db-spec}]
|
:as db-spec}]
|
||||||
(let [etc (dissoc db-spec
|
(let [etc (dissoc db-spec
|
||||||
:dbtype :dbname :host :port :classname
|
:dbtype :dbname :host :port :classname
|
||||||
:dbname-separator :host-prefix property-separator
|
:dbname-separator :host-prefix :property-separator
|
||||||
:jdbcUrl)]
|
:jdbcUrl)]
|
||||||
(if jdbcUrl
|
(if jdbcUrl
|
||||||
[jdbcUrl etc]
|
[jdbcUrl etc]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue