fix typo in composer

main
Luis Gerardo Romero Garcia 2025-03-25 08:20:30 +01:00
parent bffdaeae79
commit 975dfef76f
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ def og_boot_composer_install():
)
# Ejecutar Composer como el usuario 'opengnsys' para actualizar el paquete doctrine/dbal
result = subprocess.run(["sudo", "-u", "opengnsys", INSTALL_OGBOOT_TARGET+"/bin/api/composer.phar", "update", "doctrine/dbal", "--working-dir", api_dir])
result = subprocess.run(["sudo", "-u", "opengnsys", INSTALL_OGBOOT_TARGET+"/api/bin/composer.phar", "update", "doctrine/dbal", "--working-dir", api_dir])
if result.returncode != 0:
logger.error("Error updating doctrine/dbal package using Composer")
return