fix recursive call
This commit is contained in:
		
							parent
							
								
									c8eae1fb06
								
							
						
					
					
						commit
						00ff7ff6d8
					
				| @ -104,7 +104,7 @@ public class FedoraDistribution implements Distribution { | ||||
|                     continue; | ||||
|                 if (depName.contains("/")) | ||||
|                     continue; | ||||
|                 deps.add(getPackageTree(depName, depth - 1)); | ||||
|                 deps.add(getPackageTreeInternal(depName, depth - 1)); | ||||
|             } | ||||
|             return new Package(name, version, repo, description, deps); | ||||
|         } | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user