Skip to content

Commit 3eae499

Browse files
committed
Fix a typo while resolving merge conflict
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 066fa2e commit 3eae499

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

vulnerabilities/importers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
ubuntu_osv_importer_v2.UbuntuOSVImporterPipeline,
120120
alpine_linux_importer_v2.AlpineLinuxImporterPipeline,
121121
vcs_collector_importer_v2.VSCCollectorPipeline,
122-
nvd_importer.NVDImporterPipeline,
123122
github_importer.GitHubAPIImporterPipeline,
124123
gitlab_importer.GitLabImporterPipeline,
125124
github_osv.GithubOSVImporter,

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)