Skip to content

Commit ecd23cc

Browse files
committed
#498
1 parent 51b6173 commit ecd23cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-start/src/main/java/com/marklogic/quickstart/service/FlowManagerService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public Map<String, Object> getFlowMlcpOptionsFromFile(String entityName, String
150150
public void runMlcp(Flow flow, JsonNode json, FlowStatusListener statusListener) {
151151
String mlcpPath = json.get("mlcpPath").textValue();
152152
HubConfig hubConfig = envConfig().getMlSettings();
153-
MlcpRunner runner = new MlcpRunner(mlcpPath, "com.marklogic.quickstart.Application", hubConfig, flow, hubConfig.newStagingClient(), json.get("mlcpOptions"), statusListener);
153+
MlcpRunner runner = new MlcpRunner(mlcpPath, "com.marklogic.contentpump.ContentPump", hubConfig, flow, hubConfig.newStagingClient(), json.get("mlcpOptions"), statusListener);
154154
runner.start();
155155
}
156156
}

0 commit comments

Comments
 (0)