Typo in command string.

This commit is contained in:
2023-08-13 09:44:28 -04:00
parent 04534e2ca6
commit d21921cb6d
+1 -1
View File
@@ -135,7 +135,7 @@ public enum ConfigManager {
if (file.exists() && !file.isDirectory()) { if (file.exists() && !file.isDirectory()) {
String[] command = {"./mbbranch"}; String[] command = {"./mbbranch.sh"};
try { try {