diff --git a/pull.bat b/pull.bat index d55ca03a7..1183d802c 100644 --- a/pull.bat +++ b/pull.bat @@ -1,7 +1,7 @@ ::pushd Assets\VRM git pull git submodule init -::git submodule update --remote +git submodule update --remote git submodule foreach git checkout master git submodule foreach git pull ::popd