Try to eliminate a git error when updating submodules. Another way to do it.
This commit is contained in:
parent
dc9ca9bbec
commit
60792b0786
@ -16,7 +16,7 @@ BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|||||||
|
|
||||||
|
|
||||||
cd "${BASE_DIR}"
|
cd "${BASE_DIR}"
|
||||||
git submodule update --init --recursive --remote
|
#git submodule update --init --recursive --remote
|
||||||
git submodule update --recursive --remote
|
git submodule update --recursive --remote
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user