fix(pwsh): use correct path variable

resolves #4385
This commit is contained in:
Jan De Dobbeleer 2023-10-28 10:07:35 +02:00 committed by Jan De Dobbeleer
parent 492aefd1fd
commit e5547a8c85

View file

@ -305,7 +305,7 @@ New-Module -Name "oh-my-posh-core" -ScriptBlock {
$Path = Read-Host 'Please enter the themes path'
}
$Path = (Resolve-Path -Path $temp).ProviderPath
$Path = (Resolve-Path -Path $Path).ProviderPath
$logo = @'
__ _____ _ ___ ___ ______ _ __