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

Commit 23097aa

Browse files
authored
Merge pull request #400 from mathworks/update-release-format
Update release format for install automatically
2 parents 1452f1d + be4c570 commit 23097aa

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)