Skip to content

Commit

Permalink
Fix the double quotes in the comment text for duplicate-issue handling (
Browse files Browse the repository at this point in the history
  • Loading branch information
daxian-dbw authored Nov 13, 2021
1 parent ead84f9 commit 2f12660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/issue-mgmt/CloseDupIssues.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ foreach ($item in $issues)
$comment = @'
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:
1. stop all instances of `pwsh`.
2. from `cmd.exe` run: `pwsh -noprofile -command "Install-Module PSReadLine -AllowPrerelease -Force"`
2. from `cmd.exe` on Windows or `bash` on Linux, run: `pwsh -noprofile -command """Install-Module PSReadLine -AllowPrerelease -Force"""`
--------
Expand Down

0 comments on commit 2f12660

Please sign in to comment.