summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-19 16:06:54 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-04-19 16:11:05 +0200
commitbbf1cca551c1b401f869468ea53518765132a6c9 (patch)
tree51479746138c032700f4b65b26ec379d14aefe7c
parentf1f2d8f8515ca4802410702eba5786674167b02e (diff)
downloadhaskell-bbf1cca551c1b401f869468ea53518765132a6c9.tar.gz
More github url variants
-rwxr-xr-xsync-all2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync-all b/sync-all
index 16165bb267..ba80cfe35d 100755
--- a/sync-all
+++ b/sync-all
@@ -20,7 +20,7 @@ my $bare_flag = ""; # NOT the opposite of checked_out_flag (describes local repo
my %tags;
-my $GITHUB = qr!(?:git@|git://|https://|http://)github.com!;
+my $GITHUB = qr!(?:git@|git://|https://|http://|ssh://git@)github.com!;
sub inDir {
my $dir = shift;