Skip to content

Commit

Permalink
Add depth 1 to the submodule update call in get_dlc because it ignore…
Browse files Browse the repository at this point in the history
…s the shallow-option
  • Loading branch information
RobDangerous committed Nov 21, 2023
1 parent bc13d3f commit 110f4b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get_dlc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash

. `dirname "$0"`/Tools/platform.sh
git -C `dirname "$0"` submodule update --init "Tools/$KINC_PLATFORM"
git -C `dirname "$0"` submodule update --depth 1 --init "Tools/$KINC_PLATFORM"
2 changes: 1 addition & 1 deletion get_dlc.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@pushd "%~dp0"
@git submodule update --init Tools/windows_x64
@git submodule update --depth 1 --init Tools/windows_x64
@popd

0 comments on commit 110f4b7

Please sign in to comment.