Skip to content

Commit 4b6eba7

Browse files
committed
detectOS public
1 parent 9f11d57 commit 4b6eba7

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/de/neuwirthinformatik/Alexander/GitJarUpdate

1 file changed

+1
-1
lines changed

src/main/java/de/neuwirthinformatik/Alexander/GitJarUpdate/Info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static enum OS {LINUX,WINDOWS};
1515
public static OS os = detectOS();
1616
public static String VERSION = detectVersions();
1717

18-
private static OS detectOS() {
18+
public static OS detectOS() {
1919
//detect os
2020
String OpS = System.getProperty("os.name").toLowerCase();
2121

0 commit comments

Comments
 (0)