Skip to content

Commit 1ed4318

Browse files
committed
Fixing wrong branch, removing duplicate
- URDFModelica uses main branch - Removing duplicate entry for OpenIPSL Reviewed by CodeRabbit[ai]
1 parent e68dfb1 commit 1ed4318

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.CI/installLibraries.mos

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ for l in {
8282
{"OpenIPSL", ""},
8383
{"OpenIPSL", "2.0.0"},
8484
{"OpenIPSL", "master"},
85-
{"OpenIPSL", "master"},
8685
{"PhotoVoltaics_TGM", ""},
8786
{"PhotoVoltaics", ""},
8887
{"Physiolibrary", "master"},
@@ -113,7 +112,7 @@ for l in {
113112
{"TILMedia", "main"},
114113
{"TransiEnt", "master"},
115114
{"VehicleInterfaces", "master"},
116-
{"URDFModelica", "master"}
115+
{"URDFModelica", "main"}
117116
} loop
118117
if not installPackage(stringTypeName(l[1]), l[2]) then
119118
print(l[1] + " " + l[2] + getErrorString() + "\n");

0 commit comments

Comments
 (0)