Skip to content

Commit

Permalink
Tweaked script. Submodule update.
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikDeak committed Mar 10, 2022
1 parent b777615 commit 680caed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Scripts/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def configureSubmodules():
print( statusBefore )

utility.runCommand( "git submodule update --init --remote --recursive" )
utility.runCommand( "git submodule foreach --recursive \"git fetch --tags\"" )
utility.runCommand( "git submodule foreach --recursive \"git fetch --tags -f\"" )

if config.productCheckout:
os.chdir( config.productRepoPath )
Expand Down
2 changes: 1 addition & 1 deletion Synergy-Core

0 comments on commit 680caed

Please sign in to comment.