mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-17 19:14:40 +07:00
Fix to use correct $php_dir
This commit is contained in:
@ -32,10 +32,7 @@ export async function addINIValuesWindows(
|
||||
(await utils.addLog('$tick', line, 'Added to php.ini', 'win32')) + '\n';
|
||||
});
|
||||
return (
|
||||
'Add-Content C:\\tools\\php\\php.ini "' +
|
||||
ini_values.join('\n') +
|
||||
'"' +
|
||||
script
|
||||
'Add-Content "$php_dir\\php.ini" "' + ini_values.join('\n') + '"' + script
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user