diff --git a/src/GitLabHealth-Model-Generator/GLHMetamodelGenerator.class.st b/src/GitLabHealth-Model-Generator/GLHMetamodelGenerator.class.st index 750fe44..43b36cb 100644 --- a/src/GitLabHealth-Model-Generator/GLHMetamodelGenerator.class.st +++ b/src/GitLabHealth-Model-Generator/GLHMetamodelGenerator.class.st @@ -169,7 +169,7 @@ GLHMetamodelGenerator >> defineRelations [ (commit property: #diffs) <>-* (diff property: #commit). (user property: #commits) <>-* (commit property: #commitCreator). - (commit property: #parentCommits) *-* (commit property: #childCommits) + (commit property: #parentCommits) *-* (commit property: #childCommits). (commit property: #jobs) <>-* (job property: #commit). (pipeline property: #jobs) <>-* (job property: #pipeline). (user property: #jobs) <>-* (job property: #user)