mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-04-23 08:00:56 -04:00
Fix quoting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user