You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2021. It is now read-only.
Github made the location header lowercase, so our get.sh script was
failing. This makes the grep case inseneitive.
Tested by running the script to make sure it failed, then making the
grep into a `grep -i` and running again, this time it worked.
Signed-off-by: Alistair Hey <alistair@heyal.co.uk>
0 commit comments