mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-23 05:01:37 +01:00
Fix typo
This commit is contained in:
parent
db4c008925
commit
e131e2ff0c
@ -31,7 +31,7 @@ try {
|
|||||||
[int]$Step = 1
|
[int]$Step = 1
|
||||||
foreach ($Folder in $Folders) {
|
foreach ($Folder in $Folders) {
|
||||||
$FolderName = (get-item "$Folder").Name
|
$FolderName = (get-item "$Folder").Name
|
||||||
"⏳ Step $Step/$NumFolders: Fetching 📂$FolderName..."
|
"⏳ Step $Step/$($NumFolders): Fetching 📂$FolderName..."
|
||||||
|
|
||||||
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --force
|
& git -C "$Folder" fetch --all --recurse-submodules --prune --prune-tags --force
|
||||||
if ($lastExitCode -ne "0") { throw "'git fetch' in $FolderName failed" }
|
if ($lastExitCode -ne "0") { throw "'git fetch' in $FolderName failed" }
|
||||||
|
Loading…
Reference in New Issue
Block a user