Skip to content

Commit a13f330

Browse files
committed
Revert "Update dependencies.py"
This reverts commit 846fc69.
1 parent fe2ae67 commit a13f330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ghastoolkit/supplychain/dependencies.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def getPurl(self, version: bool = True) -> str:
5151
if self.manager:
5252
result += f"{self.manager.lower()}/"
5353
if self.namespace:
54-
result += f"{self.namespace}/"
54+
result += f"{self.namespace}:"
5555
result += f"{self.name}"
5656
if version and self.version:
5757
result += f"@{self.version}"

0 commit comments

Comments
 (0)