Updated update script to actually update
This commit is contained in:
parent
49ad946a0e
commit
4bf53806cf
1 changed files with 2 additions and 1 deletions
3
update
3
update
|
@ -5,5 +5,6 @@ set -e
|
|||
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
cd "${BASEDIR}"
|
||||
git submodule update --recursive --remote
|
||||
#git submodule update --recursive --remote
|
||||
git submodule foreach fetch && git submodule foreach reset --hard origin/master
|
||||
|
||||
|
|
Loading…
Reference in a new issue