Skip to content

Commit edcb668

Browse files
committed
Fix rakudo repo path after dce3462
We keep several rakudo repos (which is excessive but safe), so everything will need to be a bit more specific. For now, let's default to rakudo-moar directory.
1 parent dce3462 commit edcb668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Whateverable.pm6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ use Text::Diff::Sift4;
3030

3131
use Misc;
3232

33-
constant RAKUDO = ./rakudo.IO.absolute;
33+
constant RAKUDO = ./rakudo-moar.IO.absolute; # TODO should depend on the backend
3434
constant MOARVM = ./moarvm.IO.absolute;
3535
constant CONFIG = ./config.json.IO.absolute;
3636
constant SOURCE = https://github.com/perl6/whateverable;

0 commit comments

Comments
 (0)