diff --git a/PSProfile/Public/Power Tools/Get-LongPath.ps1 b/PSProfile/Public/Power Tools/Get-LongPath.ps1 index c9f62c1..55b2976 100644 --- a/PSProfile/Public/Power Tools/Get-LongPath.ps1 +++ b/PSProfile/Public/Power Tools/Get-LongPath.ps1 @@ -78,6 +78,7 @@ function Get-LongPath { $target = Join-Path $target ($Subpaths -join [System.IO.Path]::DirectorySeparatorChar) } Write-Verbose "Resolved long path: $target" + $target } }