summaryrefslogtreecommitdiff
path: root/sync-all
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-03-08 01:11:42 +0100
committerJoachim Breitner <mail@joachim-breitner.de>2014-03-08 01:11:42 +0100
commitd246c62afd7312185aee9433b065ea99e4fa4054 (patch)
treebff5c1b0fdb9a586611d2a6fe077123c5c0c390d /sync-all
parent062391be4f06aa408187582c4a40f1cea80429c3 (diff)
downloadhaskell-d246c62afd7312185aee9433b065ea99e4fa4054.tar.gz
Also allow http://github.com (#8824)
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 a585e9a969..4b4b7a3f78 100755
--- a/sync-all
+++ b/sync-all
@@ -19,7 +19,7 @@ my $bare_flag = ""; # NOT the opposite of checked_out_flag (describes local repo
my %tags;
-my $GITHUB = qr!(?:git@|git://|https://)github.com!;
+my $GITHUB = qr!(?:git@|git://|https://|http://)github.com!;
sub inDir {
my $dir = shift;