From 863a458db709247ab2669582d9f851f8adb14858 Mon Sep 17 00:00:00 2001 From: Jared Holgate Date: Mon, 15 Dec 2025 14:53:43 +0000 Subject: [PATCH] fix: test instruction update --- src/ALZ/Private/Tools/Test-Tooling.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ALZ/Private/Tools/Test-Tooling.ps1 b/src/ALZ/Private/Tools/Test-Tooling.ps1 index 2ee9aad..93254ad 100644 --- a/src/ALZ/Private/Tools/Test-Tooling.ps1 +++ b/src/ALZ/Private/Tools/Test-Tooling.ps1 @@ -166,7 +166,7 @@ function Test-Tooling { if($null -eq $alzModuleCurrentVersion) { $checkResults += @{ - message = "ALZ module is not correctly installed. Please install the latest version using 'Install-Module ALZ'." + message = "ALZ module is not correctly installed. Please install the latest version using 'Install-PSResource -Name ALZ'." result = "Failure" } $hasFailure = $true