Update 'update.sh'

This commit is contained in:
Echedelle López Romero 2023-08-04 20:49:19 +00:00
parent 5822fc24a0
commit feb2818b0e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ then
fi
# Descargar cambios del repositorio principal
git pull
git pull --no-edit
# Actualizar dependencias de Ruby
bundle && bundle update