mirror of
https://github.com/shivammathur/setup-php.git
synced 2025-08-27 07:54:08 +07:00
testing [skip ci]
This commit is contained in:
@ -29,7 +29,7 @@ add_symfony_helper() {
|
||||
}
|
||||
|
||||
add_symfony() {
|
||||
add_symfony_helper >/dev/null 2>&1
|
||||
add_symfony_helper
|
||||
symfony_path="$(command -v symfony)"
|
||||
if [[ -n "$symfony_path" ]]; then
|
||||
sudo ln -s "$symfony_path" "${tool_path_dir:?}"/symfony-cli
|
||||
|
Reference in New Issue
Block a user