mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-07-01 05:00:06 +02:00
Fix typo in list-dir-tree.ps1
This commit is contained in:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user