mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 15:10:23 +00:00
Fix quoting
This commit is contained in:
parent
07d08014d5
commit
d90db71ee7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue