Skip to content

Commit 9c816be

Browse files
authored
Fix the escaping of double quotes on Ubuntu agent (#3030)
1 parent 2f12660 commit 9c816be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/issue-mgmt/CloseDupIssues.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ foreach ($item in $issues)
4949
$comment = @'
5050
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.0-beta4 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.0-beta4). Instructions for doing so:
5151
1. stop all instances of `pwsh`.
52-
2. from `cmd.exe` on Windows or `bash` on Linux, run: `pwsh -noprofile -command """Install-Module PSReadLine -AllowPrerelease -Force"""`
52+
2. from `cmd.exe` on Windows or `bash` on Linux, run: `pwsh -noprofile -command \"Install-Module PSReadLine -AllowPrerelease -Force\"`
5353
5454
--------
5555

0 commit comments

Comments
 (0)