Skip to content

Commit e922dc9

Browse files
author
C. M. Barth
authored
remove * for github checkout (#268)
1 parent cc53eae commit e922dc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package/gulpfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ const initializeSubmodulesMostRecentBabylonNative = async () => {
9393
}
9494
else
9595
{
96-
exec('git submodule update --init --recursive *', './../Modules/@babylonjs/react-native/submodules/BabylonNative');
96+
exec('git submodule update --init --recursive', './../Modules/@babylonjs/react-native/submodules/BabylonNative');
9797
}
9898

9999
exec('git status');

0 commit comments

Comments
 (0)