Skip to content

Commit

Permalink
2023-07-28 22:54:05
Browse files Browse the repository at this point in the history
  • Loading branch information
uidHUB committed Jul 28, 2023
1 parent 21cf3c4 commit 6baa057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PkgStore.Kernel.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function Test-Module() {

ForEach ( ${N} in ${Names} ) {
if ( -not ( Get-Module -ListAvailable -Name "${N}" ) ) {
Write-Error -Message "Module '${N}' not installed!" -ErrorAction "Stop"
Write-Error -Message "Module '${N}' not installed!" -ErrorAction 'Stop'
}
}
}

0 comments on commit 6baa057

Please sign in to comment.