Current repo branch reported during bootstrap.

This commit is contained in:
2023-08-13 09:43:06 -04:00
parent 4cd180141c
commit 04534e2ca6
@@ -150,6 +150,7 @@ public enum ConfigManager {
currentRepoBranch += string; currentRepoBranch += string;
} }
Logger.info(currentRepoBranch);
} catch (IOException e) { } catch (IOException e) {
throw new RuntimeException(e); throw new RuntimeException(e);
} }