From 2fdb2104c7d372fbb35a55160f6ee5fe3859944e Mon Sep 17 00:00:00 2001 From: qvqc Date: Sat, 20 Mar 2021 11:06:12 -0400 Subject: [PATCH] update submodule remote master --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 20bbd75..2a89844 100644 --- a/build.sh +++ b/build.sh @@ -2,7 +2,7 @@ buildHash=$(git rev-parse --short HEAD) ##update submodules -git submodule update --init --recursive +git submodule update --init --recursive --remote ##add locked_user.js from pyllyukko/user.js cd external/user.js