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