mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-01-23 14:18:38 +01:00
Fixed typo
This commit is contained in:
parent
a38160468e
commit
b0772a7f93
@ -16,7 +16,7 @@ try {
|
||||
[int]$Count = 0
|
||||
write-progress "Listing hidden files in $DirTree ..."
|
||||
get-childItem $DirTree -attributes Hidden -recurse | foreach-object {
|
||||
write-output "$_.FullName"
|
||||
write-output $_.FullName
|
||||
$Count++
|
||||
}
|
||||
write-host -foregroundColor green "OK - found $Count hidden file(s)"
|
||||
|
Loading…
Reference in New Issue
Block a user