mirror of
https://github.com/fleschutz/PowerShell.git
synced 2024-11-22 16:03:22 +01:00
Fix typo in list-dir-tree.ps1
This commit is contained in:
parent
11556dd0aa
commit
ac3d34b63e
@ -1,4 +1,4 @@
|
||||
ed<#
|
||||
<#
|
||||
.SYNOPSIS
|
||||
Lists a directory tree
|
||||
.DESCRIPTION
|
||||
@ -60,4 +60,4 @@ try {
|
||||
} catch {
|
||||
"⚠️ Error in line $($_.InvocationInfo.ScriptLineNumber): $($Error[0])"
|
||||
exit 1
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user