Skip to content

Commit 846fc69

Browse files
committed
Update dependencies.py
1 parent e438e19 commit 846fc69

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)