You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/issue-mgmt/CloseDupIssues.ps1
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -46,9 +46,8 @@ foreach ($item in $issues)
46
46
$body-match'PSReadLine: 2\.2\.0-beta[12]')
47
47
{
48
48
$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.
0 commit comments