Skip to content

Commit 5e55fd8

Browse files
committed
Fix a typo while resolving merge conflict
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 62f62e3 commit 5e55fd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vulnerabilities/pipelines/v2_importers/vcs_collector_importer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def steps(cls):
4141

4242
def clone(self):
4343
"""Clone the repository."""
44-
self.repo_url = "git+https://github.com/ziadhany/vulnerablecode-vcs-collector"
44+
self.repo_url = "git+https://github.com/aboutcode-data/vulnerablecode-vcs-collector"
4545
self.log(f"Cloning `{self.repo_url}`")
4646
self.vcs_response = fetch_via_vcs(self.repo_url)
4747

0 commit comments

Comments
 (0)