Skip to content

Commit

Permalink
Merge pull request #586 from sympmarc/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
pkbullock authored Sep 17, 2023
2 parents e4acb84 + fdab201 commit a4d4cb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ catch {
}
}
Write-Output "Total Folder found $($Folders.Count)"
Write-Output "Total Folder found $($folders.Count)"
## Traverse all files from all folders.
foreach($folder in $folders){
Write-Host "get all files from folder '$($folder.Name)'" -ForegroundColor DarkGreen
Expand Down

0 comments on commit a4d4cb2

Please sign in to comment.