Skip to content

Commit 7d60663

Browse files
authored
Merge pull request #277 from WordPress/fix/276
Fix incorrect variable reference
2 parents a7615d1 + 11a9f96 commit 7d60663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prepare.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ function curl_selected_bits(\$k) { return in_array(\$k, array('version', 'ssl_ve
304304
) );
305305

306306
// Update the command to use the downloaded Composer phar file.
307-
$composer_cmd .= $WPT_PHP_EXECUTABLE . ' composer.phar ';
307+
$composer_cmd .= $runner_vars['WPT_PHP_EXECUTABLE'] . ' composer.phar ';
308308
}
309309

310310
// Set the PHP version for Composer to ensure compatibility and update dependencies.

0 commit comments

Comments
 (0)