We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28435c commit 0a93816Copy full SHA for 0a93816
1 file changed
DSCResources/MSFT_xPowerPlan/MSFT_xPowerPlan.psm1
@@ -50,7 +50,7 @@ function Get-TargetResource
50
51
if ($plan)
52
{
53
- if( $plan.IsActive )
+ if ($plan.IsActive)
54
55
Write-Verbose -Message ($script:localizedData.PowerPlanIsActive -f $Name)
56
$activePlanName = $Name
0 commit comments