Skip to content

Commit

Permalink
Fix HQRM
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBn authored and gaelcolas committed Nov 13, 2020
1 parent 716195a commit b21091e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Public/Test-DscParameterState.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,8 @@ function Test-DscParameterState

$resultCompare = Compare-DscParameterState @PSBoundParameters

if ($resultCompare.Compliance -contains $false){
if ($resultCompare.Compliance -contains $false)
{
$returnValue = $false
}

Expand Down

0 comments on commit b21091e

Please sign in to comment.