From d90db71ee7312f67e11dbbba74bccfb3eb58105a Mon Sep 17 00:00:00 2001 From: crschnick Date: Wed, 13 Sep 2023 07:48:33 +0000 Subject: [PATCH] Fix quoting --- get-xpipe.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-xpipe.ps1 b/get-xpipe.ps1 index fe2354dba..423b87ae9 100644 --- a/get-xpipe.ps1 +++ b/get-xpipe.ps1 @@ -178,7 +178,7 @@ $env:Path=( ) -match '.' -join ';' Write-Host -Write-Host '$ProductName has been successfully installed. You should be able to find it in your applications. The ' -NoNewline +Write-Host "$ProductName has been successfully installed. You should be able to find it in your applications. The " -NoNewline Write-Host -ForegroundColor Green 'xpipe' -NoNewline Write-Host ' cli executable was also added to your PATH. You can use ' -NoNewline Write-Host -ForegroundColor Green 'xpipe --help' -NoNewline