Do not require trailing slash in repository url
Open
re: config-file
type: enhancement
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
The docs give this example:
```
repository hackage.haskell.org
url: http://hackage.haskell.org/
secure: True
root-keys:
key-threshold:
```
Note the trailing slash in `url`. In my experiments, I skipped that, and things fell over.
It’s a minor thing, but it would be nice if
```
repository hackage.haskell.org
url: http://hackage.haskell.org
secure: True
root-keys:
key-threshold:
```
would work just as well.
Contributor guide
Assessment
This issue has not been assessed yet.