Skip to content

Commit 148c74f

Browse files
committed
Fix
1 parent 5bb2189 commit 148c74f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ function (): iterable {
243243
}
244244
printMutex(
245245
"$dir ($rev): $cmd terminated with status $status:".PHP_EOL
246-
.file_get_contents($result).PHP_EOL
246+
.file_get_contents($output).PHP_EOL
247247
);
248248
}
249249

0 commit comments

Comments
 (0)