fix merge auto

This commit is contained in:
dordsor21 2020-05-10 10:44:14 +01:00
parent 55fc963673
commit e6408b35a2

View File

@ -112,7 +112,7 @@ public class Merge extends SubCommand {
break;
}
}
if (direction == null && (args[0].equalsIgnoreCase("all") || args[1]
if (direction == null && (args[0].equalsIgnoreCase("all") || args[0]
.equalsIgnoreCase("auto"))) {
direction = Direction.ALL;
}