mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-03 05:31:03 +02:00
Fix typo
This commit is contained in:
parent
d4c81b01aa
commit
86f936df08
@ -16,7 +16,7 @@ try {
|
||||
if (-not(test-path "$TargetDir" -pathType container)) {
|
||||
throw "Downloads folder at 📂$TargetDir doesn't exist (yet)"
|
||||
}
|
||||
"$PSScriptRoot/open-file-explorer.ps1" "$TargetDir"
|
||||
& "$PSScriptRoot/open-file-explorer.ps1" "$TargetDir"
|
||||
exit 0 # success
|
||||
} catch {
|
||||
"⚠️ Error: $($Error[0]) ($($MyInvocation.MyCommand.Name):$($_.InvocationInfo.ScriptLineNumber))"
|
||||
|
Loading…
Reference in New Issue
Block a user