Remove extra line

This commit is contained in:
Matt Thalman 2024-01-10 08:45:59 -06:00
parent 3513a14922
commit ce6030910e

View file

@ -172,7 +172,6 @@
WorkingDirectory="$(TarballRepoSourceDir)"
Condition="$(IsRootRepo) != 'true'" />
<Exec
Command="git submodule update --init --recursive --depth 1"
WorkingDirectory="$(TarballRepoSourceDir)" />