Fixed update script again

This commit is contained in:
Eric Renfro 2018-05-28 09:43:44 -04:00
parent 4bf53806cf
commit 7e432b12ec
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

2
update
View File

@ -6,5 +6,5 @@ BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
cd "${BASEDIR}"
#git submodule update --recursive --remote
git submodule foreach fetch && git submodule foreach reset --hard origin/master
git submodule foreach git fetch && git submodule foreach git reset --hard origin/master