diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-19 16:06:54 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-19 16:11:05 +0200 |
commit | bbf1cca551c1b401f869468ea53518765132a6c9 (patch) | |
tree | 51479746138c032700f4b65b26ec379d14aefe7c /sync-all | |
parent | f1f2d8f8515ca4802410702eba5786674167b02e (diff) | |
download | haskell-bbf1cca551c1b401f869468ea53518765132a6c9.tar.gz |
More github url variants
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |