Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
PROFeNoM committed Nov 8, 2024
1 parent 1fd307e commit 4223bc3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tooling/bin/generate-final-artifact.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,8 +166,7 @@ for architecture in "${architectures[@]}"; do
foreach ($stubs as $stub) {
$content = file_get_contents($stub);
$content = preg_replace('/^<\?php/', '', $content);
$mergedStubs .= "\n### " . basename($stub) . " ###"
$merg$mergedStubsed .= $content;
$mergedStubs .= $content;
}

$stub = "<?php\n" . $mergedStubs;
Expand Down

0 comments on commit 4223bc3

Please sign in to comment.