Skip to content

Commit 61e25d8

Browse files
committed
whoops, forgot the .git extension
1 parent 348aa56 commit 61e25d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-scripts/rebuild-rakudo-jvm.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
for my $d (@dirs) {
2222
mkdir $d, 0777;
2323
(my $s = $d) =~ s/-inst//;
24-
system 'git', 'clone', 'https://github.com:rakudo/rakudo', $s;
24+
system 'git', 'clone', 'https://github.com:rakudo/rakudo.git', $s;
2525
}
2626
symlink $dirs[1], $link;
2727
}

build-scripts/rebuild-rakudo-moar.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
for my $d (@dirs) {
2222
mkdir $d, 0777;
2323
(my $s = $d) =~ s/-inst//;
24-
system 'git', 'clone', 'https://github.com:rakudo/rakudo', $s;
24+
system 'git', 'clone', 'https://github.com:rakudo/rakudo.git', $s;
2525
}
2626
symlink $dirs[1], $link;
2727
}

0 commit comments

Comments
 (0)