diff --git a/auto-update.sh b/auto-update.sh index 1abb9dd63ef48d..b747f604051102 100755 --- a/auto-update.sh +++ b/auto-update.sh @@ -7,7 +7,7 @@ echo Getting latest libraries git add . git commit -am "new auto update" ls -git pull +git pull --rebase echo npm install for good measure /usr/local/bin/npm install