diff options
author | Johan Tibell <johan.tibell@gmail.com> | 2011-04-06 09:28:39 +0200 |
---|---|---|
committer | Johan Tibell <johan.tibell@gmail.com> | 2011-04-06 09:28:39 +0200 |
commit | e893450fbc9d8a1fdb5f697403feb6f23a5590b1 (patch) | |
tree | fe07c875b0041488d080855b14658ea261163234 /sync-all | |
parent | 2688d8db92fb9a1b766b77aaa54549d171a08826 (diff) | |
download | haskell-e893450fbc9d8a1fdb5f697403feb6f23a5590b1.tar.gz |
Make sync-all work with the GitHub mirror over HTTPS
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -228,7 +228,7 @@ sub scmall { my ($repo_base, $checked_out_tree) = getrepo(); - my $is_github_repo = $repo_base =~ m/(git@|git:\/\/)github.com/; + my $is_github_repo = $repo_base =~ m/(git@|git:\/\/|https:\/\/)github.com/; parsePackages; |