From 52e24efc5f8db1dff25f9bc16e8a761ecc22eb5a Mon Sep 17 00:00:00 2001 From: G21 Date: Fri, 30 Mar 2018 19:04:55 +0900 Subject: [PATCH] fix pull.bat --- pull.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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