From 314a1eba503f2c03797a699f7dd610c60d6df8ae Mon Sep 17 00:00:00 2001 From: Bharath Kumar Date: Wed, 4 Dec 2024 11:26:16 +0530 Subject: [PATCH] Fix powershell-lts verrification command 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 c76c936f0f5..30a85532a2b 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.