Skip to content

Commit e338022

Browse files
committed
Fix path
1 parent ad15762 commit e338022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evalbot.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ package Evalbot;
146146
},
147147
'rakudo-jvm' => {
148148
chdir => $home,
149-
cmd_line => "$^X $home/jvm-rakudo/eval-client.pl $home/p6eval-token run_limited 15 %program",
149+
cmd_line => "$^X $home/rakudo-inst/eval-client.pl $home/p6eval-token run_limited 15 %program",
150150
revision => sub { get_revision_from_file("$home/rakudo-inst/revision")},
151151
},
152152
pugs => {

0 commit comments

Comments
 (0)