Skip to content

Commit

Permalink
Merge pull request #524 from dmcassel/issue-523
Browse files Browse the repository at this point in the history
#523 call getManageClient directly
  • Loading branch information
rjrudin authored Dec 10, 2019
2 parents 4f130f7 + 11f2105 commit 461d750
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ClearModulesDatabaseTask extends MarkLogicTask {
if (command != null) {
command.execute(getCommandContext())
} else {
new DatabaseManager(context.getManageClient()).clearDatabase(getAppConfig().getModulesDatabaseName());
new DatabaseManager(getManageClient()).clearDatabase(getAppConfig().getModulesDatabaseName());
}
}
}

0 comments on commit 461d750

Please sign in to comment.