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:
@ -20,7 +20,7 @@ try {
|
||||
continue
|
||||
}
|
||||
write-output "Cloning from $URL..."
|
||||
git clone $URL
|
||||
git clone --recurse-submodules $URL
|
||||
}
|
||||
exit 0
|
||||
} catch {
|
||||
|
Reference in New Issue
Block a user