Skip to content

Commit

Permalink
fixed typo in config-modifier property name
Browse files Browse the repository at this point in the history
  • Loading branch information
ar committed Mar 13, 2018
1 parent 9861252 commit 6b1fe26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class DBInstantiator extends QBeanSupport {
public void initService() throws Exception {
super.initService();
Space sp = SpaceFactory.getSpace("tspace:dbconfig");
String cm = cfg.get("config-modifiler", null);
String cm = cfg.get("config-modifier", null);
String dbprefix = (cm != null ? cm.split(":")[0] + ":" : "");
sp.out(dbprefix + "connection.username", cfg.get("dbuser", "UNKNOWN"));
sp.out(dbprefix + "connection.password", cfg.get("dbpass", "UNKNOWN"));
Expand Down

0 comments on commit 6b1fe26

Please # to comment.