Fix incorrect type assertion

This commit is contained in:
Manuel Thalmann 2023-07-27 14:16:26 +02:00
parent b7d99dc711
commit 0b29c11897

View file

@ -12,6 +12,6 @@ $createInvokation = {
$context.AddPowerShellProfileStatement(
"999_Oh My Posh",
@(
[string[]]@(
$createInvokation.Invoke("oh-my-posh init pwsh"),
$createInvokation.Invoke("oh-my-posh completion powershell")) -join [System.Environment]::NewLine);