Commit 416bfd5f authored by Leif Walsh's avatar Leif Walsh

when downloading from github, use a url that works with branch names that have slashes

parent e2687fd6
......@@ -75,7 +75,7 @@ function github_download() {
rm -rf $tempdir
else
retry curl \
--location https://api.github.com/repos/$repo/tarball/$rev \
--location https://github.com/$repo/archive/${rev}.tar.gz \
--output $dest.tar.gz
tar --extract \
--gzip \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment