1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 07:30:04 +02:00

Added --recurse-submodules

This commit is contained in:
Markus Fleschutz
2021-02-04 11:39:50 +01:00
parent 52d8e526e2
commit 2b50e4f4bf

@ -20,7 +20,7 @@ try {
continue
}
write-output "Cloning from $URL..."
git clone $URL
git clone --recurse-submodules $URL
}
exit 0
} catch {