mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-05-31 15:35:39 +02:00
Fix typo
This commit is contained in:
parent
922fe41168
commit
6a0a372cd5
@ -29,7 +29,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/$FolderCount: Cleaning 📂$($FolderName)..."
|
"👉 Step $Step/$($FolderCount): Cleaning 📂$($FolderName)..."
|
||||||
|
|
||||||
& git -C "$Folder" clean -xfd -f # force + recurse into dirs + don't use the standard ignore rules
|
& git -C "$Folder" clean -xfd -f # force + recurse into dirs + don't use the standard ignore rules
|
||||||
if ($lastExitCode -ne "0") { throw "'git clean -xfd -f' failed" }
|
if ($lastExitCode -ne "0") { throw "'git clean -xfd -f' failed" }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user