From 3aac016077a50e916142a9a3032bc3a2df75e3e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Echedey=20L=C3=B3pez=20Romero?= Date: Fri, 8 Jan 2021 01:16:01 +0000 Subject: [PATCH] Actualizar 'update.sh' --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3e023fd..bfbf906 100755 --- a/update.sh +++ b/update.sh @@ -7,7 +7,7 @@ then cd "$directorio" fi -git pull >> update.log +git pull > update.log bundle >> update.log && bundle update >> update.log