Skip to content
This repository was archived by the owner on Sep 16, 2024. It is now read-only.

Commit 779aef8

Browse files
committed
Fixing DeployOtherDatabasesCommand constructor
1 parent b36d1ae commit 779aef8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/marklogic/appdeployer/command/databases/DeployOtherDatabasesCommand.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public DeployOtherDatabasesCommand() {
3636
}
3737

3838
public DeployOtherDatabasesCommand(int forestsPerHost) {
39+
setForestsPerHost(forestsPerHost);
3940
setExecuteSortOrder(SortOrderConstants.DEPLOY_OTHER_DATABASES);
4041
setUndoSortOrder(SortOrderConstants.DELETE_OTHER_DATABASES);
4142
}

0 commit comments

Comments
 (0)