Skip to content

Commit 544f4bf

Browse files
authored
Update comment message to use 2.2.1-rc1 as the latest version (#3189)
1 parent 2184540 commit 544f4bf

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/issue-mgmt/CloseDupIssues.ps1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,8 @@ foreach ($item in $issues)
4646
$body -match 'PSReadLine: 2\.2\.0-beta[12]')
4747
{
4848
$comment = @'
49-
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.0-beta5 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.0-beta5). Instructions for doing so:
50-
1. stop all instances of `pwsh`.
51-
2. from `cmd.exe` on Windows or `bash` on Linux, run: `pwsh -noprofile -command \"Install-Module PSReadLine -AllowPrerelease -Force\"`
49+
This issue was fixed in 2.2.0-beta3 version of PSReadLine. You can fix this by upgrading to the latest [2.2.1-rc1 version of PSReadLine](https://www.powershellgallery.com/packages/PSReadLine/2.2.1-rc1).
50+
To upgrade, simply run `Install-Module PSReadLine -AllowPrerelease -Force` from your PowerShell console.
5251
5352
--------
5453

0 commit comments

Comments
 (0)