From b3324449af6f9b80735d6309f74e10620d0f8418 Mon Sep 17 00:00:00 2001 From: test Date: Tue, 3 Aug 2021 09:40:16 -0700 Subject: [PATCH] remove * for github checkout --- Package/gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package/gulpfile.js b/Package/gulpfile.js index 1df01bbf0..210241e1c 100644 --- a/Package/gulpfile.js +++ b/Package/gulpfile.js @@ -93,7 +93,7 @@ const initializeSubmodulesMostRecentBabylonNative = async () => { } else { - exec('git submodule update --init --recursive *', './../Modules/@babylonjs/react-native/submodules/BabylonNative'); + exec('git submodule update --init --recursive', './../Modules/@babylonjs/react-native/submodules/BabylonNative'); } exec('git status');