testing [skip ci]

This commit is contained in:
Shivam Mathur
2025-07-28 20:37:31 +05:30
parent 2282b6a082
commit 0177e3b275
42 changed files with 170 additions and 170 deletions

View File

@ -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