From 117fae32a711824269a4476a61b0d0a4c67013ae Mon Sep 17 00:00:00 2001 From: ELR Date: Thu, 7 Jan 2021 23:09:09 +0000 Subject: [PATCH] Cambios menores --- update.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/update.sh b/update.sh index 209a1be..3e023fd 100644 --- a/update.sh +++ b/update.sh @@ -7,8 +7,8 @@ then cd "$directorio" fi -git pull +git pull >> update.log -bundle && bundle update +bundle >> update.log && bundle update >> update.log -JEKYLL_ENV=production bundle exec jekyll build --trace \ No newline at end of file +JEKYLL_ENV=production bundle exec jekyll build --trace >> update.log