Skip to content

Commit faa3d39

Browse files
fix: test instruction update (#505)
# Pull Request Update PowerShell install command to use correct command ## License By submitting this pull request, I confirm that my contribution is made under the terms of the projects associated license.
1 parent caa9ceb commit faa3d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALZ/Private/Tools/Test-Tooling.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ function Test-Tooling {
166166

167167
if($null -eq $alzModuleCurrentVersion) {
168168
$checkResults += @{
169-
message = "ALZ module is not correctly installed. Please install the latest version using 'Install-Module ALZ'."
169+
message = "ALZ module is not correctly installed. Please install the latest version using 'Install-PSResource -Name ALZ'."
170170
result = "Failure"
171171
}
172172
$hasFailure = $true

0 commit comments

Comments
 (0)