Skip to content

Commit 996b5f6

Browse files
authored
configure CLI after adding subcommand (Consensys#8208)
1 parent aa47053 commit 996b5f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

teku/src/main/java/tech/pegasys/teku/cli/BeaconNodeCommand.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private CommandLine getConfigFileCommandLine(final ConfigFileCommand configFileC
212212
}
213213

214214
private CommandLine getCommandLine() {
215-
return configureCommandLine(new CommandLine(this)).addSubcommand(validatorClientSubcommand);
215+
return configureCommandLine(new CommandLine(this).addSubcommand(validatorClientSubcommand));
216216
}
217217

218218
public int parse(final String[] args) {

0 commit comments

Comments
 (0)