mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-03-09 22:00:20 +01:00
fix parameter parsing bug
This commit is contained in:
@@ -100,7 +100,7 @@ public class ServerApplication
|
||||
ServerConfig config = new ServerConfig();
|
||||
CliParser parser = new CliParser();
|
||||
|
||||
parser.parse(parser, args);
|
||||
parser.parse(config, args);
|
||||
|
||||
if (config.getShowHelp())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user