Browse Source

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

pull/73/head
Leif Walsh 13 years ago
parent
commit
dd2c35068e
  1. 2
      scripts/common.sh

2
scripts/common.sh

@ -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 \

Loading…
Cancel
Save