Skip to content

Commit c3eae41

Browse files
committed
Fix
1 parent 148c74f commit c3eae41

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
@@ -242,7 +242,7 @@ function (): iterable {
242242
$final = $status;
243243
}
244244
printMutex(
245-
"$dir ($rev): $cmd terminated with status $status:".PHP_EOL
245+
"$dir ($rev): $cmdStr terminated with status $status:".PHP_EOL
246246
.file_get_contents($output).PHP_EOL
247247
);
248248
}

0 commit comments

Comments
 (0)