From 61e25d81902dba9e45f13f8c7350ae7fb3f4b70d Mon Sep 17 00:00:00 2001 From: TimToady Date: Tue, 3 Nov 2015 18:44:46 -0800 Subject: [PATCH] whoops, forgot the .git extension --- build-scripts/rebuild-rakudo-jvm.pl | 2 +- build-scripts/rebuild-rakudo-moar.pl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-scripts/rebuild-rakudo-jvm.pl b/build-scripts/rebuild-rakudo-jvm.pl index 0925fac..eb438d1 100755 --- a/build-scripts/rebuild-rakudo-jvm.pl +++ b/build-scripts/rebuild-rakudo-jvm.pl @@ -21,7 +21,7 @@ for my $d (@dirs) { mkdir $d, 0777; (my $s = $d) =~ s/-inst//; - system 'git', 'clone', 'https://github.com:rakudo/rakudo', $s; + system 'git', 'clone', 'https://github.com:rakudo/rakudo.git', $s; } symlink $dirs[1], $link; } diff --git a/build-scripts/rebuild-rakudo-moar.pl b/build-scripts/rebuild-rakudo-moar.pl index 9b47a7d..bac7c63 100755 --- a/build-scripts/rebuild-rakudo-moar.pl +++ b/build-scripts/rebuild-rakudo-moar.pl @@ -21,7 +21,7 @@ for my $d (@dirs) { mkdir $d, 0777; (my $s = $d) =~ s/-inst//; - system 'git', 'clone', 'https://github.com:rakudo/rakudo', $s; + system 'git', 'clone', 'https://github.com:rakudo/rakudo.git', $s; } symlink $dirs[1], $link; }