Skip to content

Commit a04ea22

Browse files
committed
Fix platforms
1 parent 7d06ff7 commit a04ea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/wpi/first/wpilib/opencv/installer/Installer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public static void setOpenCvVersion(String v) {
8181
}
8282

8383
private static void calculateVersion() {
84-
version = platform + "-" + openCvVersion;
84+
version = platform.name() + "-" + openCvVersion;
8585
}
8686

8787
/**

0 commit comments

Comments
 (0)