Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit dac8d6e

Browse files
edg2sMatmaRex
authored andcommitted
Restore $reposString
Lost during a logical conflict.
1 parent 117dfe8 commit dac8d6e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

new.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,10 @@ function set_progress( float $pc, string $label ) {
314314
}
315315
}
316316

317+
$reposString = implode( "\n", array_map( static function ( $k, $v ) {
318+
return "$k $v";
319+
}, array_keys( $repos ), array_values( $repos ) ) );
320+
317321
$baseEnv = [
318322
'PATCHDEMO' => __DIR__,
319323
'NAME' => $namePath,

0 commit comments

Comments
 (0)