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

Commit 961bf43

Browse files
committed
#95 Using correct order
1 parent 5eb02cc commit 961bf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/marklogic/appdeployer/command/alert/DeployAlertRulesCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DeployAlertRulesCommand extends AbstractCommand {
1515
private PayloadParser payloadParser = new PayloadParser();
1616

1717
public DeployAlertRulesCommand() {
18-
setExecuteSortOrder(SortOrderConstants.DEPLOY_ALERT_ACTIONS);
18+
setExecuteSortOrder(SortOrderConstants.DEPLOY_ALERT_RULES);
1919
}
2020

2121
@Override

0 commit comments

Comments
 (0)