Skip to content

Commit

Permalink
cambios estéticos.
Browse files Browse the repository at this point in the history
  • Loading branch information
olea committed May 3, 2020
1 parent 810a45a commit de5e8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion herramientas/make_dict.sh
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ if [ "$PUBLICAR" == "SÍ" ] ; then
exit 0
fi

echo -en "\nActualizar el repositorio local con los últimos cambios, ¿está seguro? (s/n): "
echo -en "\nVamos a actualizar el repositorio local con los últimos cambios, ¿está seguro? (s/n): "
read -r -n 1 RESPUESTA
if [ "$RESPUESTA" = "s" ] || [ "$RESPUESTA" = "S" ]; then
echo -e "\nejecutando: git fetch; git checkout master; git merge"
Expand Down

0 comments on commit de5e8ba

Please sign in to comment.