Skip to content

Commit

Permalink
whoops, forgot the .git extension
Browse files Browse the repository at this point in the history
  • Loading branch information
TimToady committed Nov 4, 2015
1 parent 348aa56 commit 61e25d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/rebuild-rakudo-jvm.pl
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/rebuild-rakudo-moar.pl
Expand Up @@ -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;
}
Expand Down

0 comments on commit 61e25d8

Please sign in to comment.