concourse / resource-types-website

Website for Concourse resource types (Beta)
https://resource-types.concourse-ci.org
Apache License 2.0
9 stars 28 forks source link

respect casing of repo URL declared in config file #246

Closed jamieklassen closed 3 years ago

jamieklassen commented 3 years ago

The github API will return owner and repo names in their case-sensitive form. From what I can tell, most of the contributed resource types have matched this casing -- perhaps a bit better would be to have case-insensitive matching, but this at least resolves the bug quickly.

fixes concourse/resource-types-website#245