Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shamelessly dupes @coriolinus' fix: exercism/rust#929 "Looks like Github has recently started returning non-uppercased HTTP headers, at least some of the time. This broke the script, which looked for a case-sensitive 'Location' header to find the newest version. We can see this problem in spurious build failures like this." "This fixes the script such that it no longer cares whether the initial L is capital or not, and if it breaks again in the future, it will give a more informative error."
- Loading branch information