Skip to content

Commit ba68e32

Browse files
committed
Fix output path (oops)
1 parent 3ee7dc3 commit ba68e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/blin.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ sub save-overview {
337337
my $line = {.name}$result;
338338
if $result == Fail {
339339
$line ~= , Bisected: {.bisected};
340-
spurt $overview-path.add(output_ ~ .handle), .output-old;
340+
spurt $output-path.add(output_ ~ .handle), .output-old;
341341
}
342342
$line
343343
}).join: \n

0 commit comments

Comments
 (0)