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