Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Commit be4c570

Browse files
committed
update release format
1 parent 1452f1d commit be4c570

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/com/mathworks/ci/tools/MatlabInstaller.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,10 @@ private MatlabRelease parseRelease(String release) throws InstallationFailedExce
170170
}
171171
}
172172

173+
if (name.startsWith("r")) {
174+
name = name.replaceFirst("r", "R");
175+
}
176+
173177
return new MatlabRelease(name, isPrerelease);
174178
}
175179

0 commit comments

Comments
 (0)