Skip to content

Commit

Permalink
Fix ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
horizonzy committed Feb 23, 2024
1 parent 9acad20 commit 412984e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public static void main(String[] args) throws Exception {
}

final CountDownLatch shutdownLatch = new CountDownLatch(1);

String genLedgerWay = cmd.getOptionValue("genLedgerWay", "flat");
String nodepath;
if ("flat".equals(genLedgerWay)) {
Expand Down

0 comments on commit 412984e

Please sign in to comment.