Skip to content

Commit dbd24ab

Browse files
Update pointer
1 parent 773c167 commit dbd24ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/embedded/src/org/labkey/embedded/EmbeddedExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ public File extractExecutableJar(File destDirectory, boolean distribution, boole
276276
}
277277
if (remotePipeline)
278278
{
279-
// Keep this code in sync with org.labkey.pipeline.api.PipelineServiceImpl.extractBootstrapFromEmbedded()
279+
// Keep this code in sync with org.labkey.pipeline.api.PipelineServiceImpl.getClusterStartupArguments()
280280
bootstrapJar = extractIfMatch(bootstrapJar, entry, jar, "labkeyBootstrap", "labkeyBootstrap.jar", destDirectory);
281281
servletApiJar = extractIfMatch(servletApiJar, entry, jar, "tomcat-embed-core", "servletApi.jar", pipelineLib);
282282
log4JCoreJar = extractIfMatch(log4JCoreJar, entry, jar, "log4j-core", "log4j-core.jar", pipelineLib);

0 commit comments

Comments
 (0)