Skip to content

Commit

Permalink
fix SQL password input bork
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Apr 1, 2022
1 parent 763fb4b commit 25a34c6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -182,7 +182,7 @@ public void execute(final ScriptEntry scriptEntry) {
ElementTag action = scriptEntry.getElement("action");
final ElementTag server = scriptEntry.getElement("server");
final ElementTag username = scriptEntry.getElement("username");
final ObjectTag password = scriptEntry.getElement("password");
final ObjectTag password = scriptEntry.getObjectTag("password");
final ElementTag passwordFile = scriptEntry.getElement("passwordfile");
final ElementTag ssl = scriptEntry.getElement("ssl");
final ElementTag sqlID = scriptEntry.getElement("sqlid");
Expand Down

0 comments on commit 25a34c6

Please sign in to comment.