mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-02-22 12:41:24 +01:00
Fix typo
This commit is contained in:
parent
db4c008925
commit
e131e2ff0c
@ -31,7 +31,7 @@ try {
|
||||
[int]$Step = 1
|
||||
foreach ($Folder in $Folders) {
|
||||
$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
|
||||
if ($lastExitCode -ne "0") { throw "'git fetch' in $FolderName failed" }
|
||||
|
Loading…
Reference in New Issue
Block a user