diff --git a/scripts/Common/Software/aliae/Main.ps1 b/scripts/Common/Software/aliae/Main.ps1 index 428dc544..2b0a695f 100644 --- a/scripts/Common/Software/aliae/Main.ps1 +++ b/scripts/Common/Software/aliae/Main.ps1 @@ -41,7 +41,7 @@ Start-SoftwareInstaller @PSBoundParameters ` & ([scriptblock]::Create((aliae init pwsh))); } - & ([scriptblock]::Create((aliae completion powershell))); + aliae completion powershell | Out-String | Invoke-Expression; } ) -join [System.Environment]::NewLine) } `