Skip to content

Commit

Permalink
Update getSchemaDocLink.m
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 15, 2024
1 parent bc18cbb commit 2b4603a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@
persistent schemaManifest
if isempty(schemaManifest)
try
schemaManifest = openminds.internal.loadSchemaManifest("latest");
schemaVersion = openminds.getSchemaVersion();
schemaManifest = openminds.internal.loadSchemaManifest(schemaVersion);
catch
error('Not implemented yet')
end
Expand Down

0 comments on commit 2b4603a

Please sign in to comment.