fix error in tools.func

This commit is contained in:
vhsdream
2025-10-24 10:25:35 -04:00
parent 7b8d6e7222
commit a0e76feae2

View File

@@ -1856,7 +1856,7 @@ function setup_composer() {
if [[ ! -x "$COMPOSER_BIN" ]]; then
msg_error "Composer installation failed"
return 1
}
fi
chmod +x "$COMPOSER_BIN"
$STD "$COMPOSER_BIN" self-update --no-interaction || true