Skip to content

Commit

Permalink
Change command-line arg
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-jeckels committed Feb 14, 2024
1 parent ade16d7 commit 550fa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/embedded/src/org/labkey/embedded/LabKeyServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class LabKeyServer

public static void main(String[] args)
{
if (args.length > 0 && args[0].equalsIgnoreCase("pipeline"))
if (args.length > 0 && args[0].equalsIgnoreCase("-extract"))
{
File currentDir = new File("").getAbsoluteFile();
new EmbeddedExtractor().extractExecutableJarFromDir(currentDir, currentDir, true);
Expand Down

0 comments on commit 550fa94

Please sign in to comment.