Repo path in seed data is not in the correct format
Open
bug
- Dominant language
- Python
- Stars
- 13
- Forks
- 17
- Avg merge
- 6h 59m
- Merged PRs (30d)
- 1
Description
> [!NOTE]
> Migrated from [augurlabs/augur#2297](https://github.com/augurlabs/augur/issues/2297)
> Originally opened by `@ABrain7710` on 2023-04-06
---
**Description:**
The repo path in the seed data is in this format `https://github.com/chaoss/augur/` when it should be in this format `github.com/chaoss/`
**How to reproduce:**
1. Create a brand new instance of augur
2. You'll be able to see the `repo_path` has the incorrect format for the default repos
**Expected behavior:**
The default repos should have this structure: `github.com/chaoss/`
Contributor guide
Assessment
This issue has not been assessed yet.