From 49093a45c1bbf99fc8ac3e0af5770fdae0fbc54b Mon Sep 17 00:00:00 2001 From: Bharath Kumar Date: Wed, 4 Dec 2024 19:13:30 +0530 Subject: [PATCH] Fix powershell-lts verrification command (#11559) changed pwsh to pwsh-lts --- .../docs-conceptual/install/Installing-PowerShell-on-macOS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md index c76c936f0f50..30a85532a2b1 100644 --- a/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md +++ b/reference/docs-conceptual/install/Installing-PowerShell-on-macOS.md @@ -93,7 +93,7 @@ brew install powershell/tap/powershell-lts You can now verify your install ```sh -pwsh +pwsh-lts ``` When new versions of PowerShell are released, run the following command.