summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorJohan Tibell <johan.tibell@gmail.com>2011-04-06 09:28:39 +0200
committerJohan Tibell <johan.tibell@gmail.com>2011-04-06 09:28:39 +0200
commite893450fbc9d8a1fdb5f697403feb6f23a5590b1 (patch)
treefe07c875b0041488d080855b14658ea261163234 /sync-all
parent2688d8db92fb9a1b766b77aaa54549d171a08826 (diff)
downloadhaskell-e893450fbc9d8a1fdb5f697403feb6f23a5590b1.tar.gz
Make sync-all work with the GitHub mirror over HTTPS
Diffstat (limited to 'sync-all')
-rwxr-xr-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 729dbd3d55..b202fe7aa0 100755
--- a/sync-all
+++ b/sync-all
@@ -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;