mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-24 02:48:17 +02:00
Added --recurse-submodules
This commit is contained in:
parent
52d8e526e2
commit
2b50e4f4bf
@ -20,7 +20,7 @@ try {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
write-output "Cloning from $URL..."
|
write-output "Cloning from $URL..."
|
||||||
git clone $URL
|
git clone --recurse-submodules $URL
|
||||||
}
|
}
|
||||||
exit 0
|
exit 0
|
||||||
} catch {
|
} catch {
|
||||||
|
Loading…
Reference in New Issue
Block a user