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