Fix incorrect type assertion
This commit is contained in:
parent
30d84482ff
commit
aad095bf74
1 changed files with 1 additions and 1 deletions
|
@ -12,6 +12,6 @@ $createInvokation = {
|
||||||
|
|
||||||
$context.AddPowerShellProfileStatement(
|
$context.AddPowerShellProfileStatement(
|
||||||
"999_Oh My Posh",
|
"999_Oh My Posh",
|
||||||
@(
|
[string[]]@(
|
||||||
$createInvokation.Invoke("oh-my-posh init pwsh"),
|
$createInvokation.Invoke("oh-my-posh init pwsh"),
|
||||||
$createInvokation.Invoke("oh-my-posh completion powershell")) -join [System.Environment]::NewLine);
|
$createInvokation.Invoke("oh-my-posh completion powershell")) -join [System.Environment]::NewLine);
|
||||||
|
|
Loading…
Reference in a new issue