Skip to content

Commit 51a3e18

Browse files
committed
Fix composer error
1 parent 63d4267 commit 51a3e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/http.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ function removeAllRuntimes(Table $activeRuntimes, Orchestration $orchestration):
482482
$codeMountPath = $version === 'v2' ? '/usr/code' : '/mnt/code';
483483
$workdir = $version === 'v2' ? '/usr/code' : '';
484484

485-
$openruntimes_networks = explode(',', str_replace(' ', '', Http::getEnv('OPR_EXECUTOR_NETWORK')) ?: 'executor_runtimes');
485+
$openruntimes_networks = explode(',', str_replace(' ', '', Http::getEnv('OPR_EXECUTOR_NETWORK') ?: 'executor_runtimes'));
486486
$openruntimes_network = $openruntimes_networks[array_rand($openruntimes_networks)];
487487

488488
/** Keep the container alive if we have commands to be executed */

0 commit comments

Comments
 (0)