diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-08 01:11:42 +0100 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-03-08 01:11:42 +0100 |
commit | d246c62afd7312185aee9433b065ea99e4fa4054 (patch) | |
tree | bff5c1b0fdb9a586611d2a6fe077123c5c0c390d /sync-all | |
parent | 062391be4f06aa408187582c4a40f1cea80429c3 (diff) | |
download | haskell-d246c62afd7312185aee9433b065ea99e4fa4054.tar.gz |
Also allow http://github.com (#8824)
Diffstat (limited to 'sync-all')
-rwxr-xr-x | sync-all | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |