From cd0fe56450b4610feacb28f215bddef9929bb124 Mon Sep 17 00:00:00 2001 From: Nicholas Ellis Date: Wed, 17 Jun 2020 12:42:30 -0400 Subject: [PATCH] Fixing indents and capitalization --- .../DSC_CMReportingServicePoint.psm1 | 2 +- .../en-US/DSC_CMReportingServicePoint.strings.psd1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/DSCResources/DSC_CMReportingServicePoint/DSC_CMReportingServicePoint.psm1 b/source/DSCResources/DSC_CMReportingServicePoint/DSC_CMReportingServicePoint.psm1 index e662cad..66729a6 100644 --- a/source/DSCResources/DSC_CMReportingServicePoint/DSC_CMReportingServicePoint.psm1 +++ b/source/DSCResources/DSC_CMReportingServicePoint/DSC_CMReportingServicePoint.psm1 @@ -164,7 +164,7 @@ function Set-TargetResource foreach ($param in $PSBoundParameters.GetEnumerator()) { - if ($evalList -contains $param.key) + if ($evalList -contains $param.key) { if ($param.Value -ne $state[$param.key]) { diff --git a/source/DSCResources/DSC_CMReportingServicePoint/en-US/DSC_CMReportingServicePoint.strings.psd1 b/source/DSCResources/DSC_CMReportingServicePoint/en-US/DSC_CMReportingServicePoint.strings.psd1 index 7661393..86f53ed 100644 --- a/source/DSCResources/DSC_CMReportingServicePoint/en-US/DSC_CMReportingServicePoint.strings.psd1 +++ b/source/DSCResources/DSC_CMReportingServicePoint/en-US/DSC_CMReportingServicePoint.strings.psd1 @@ -1,6 +1,6 @@ ConvertFrom-StringData @' RetrieveSettingValue = Getting information for the specified Reporting Service Point. - RSPNotInstalled = Reporting Service Point is not installed on server: {0}. + RspNotInstalled = Reporting Service Point is not installed on server: {0}. RspAbsent = {0} Reporting Service Point expected absent returned Present. TestState = Test-TargetResource compliance check returned: {0}. SiteServerRole = {0} is not currently a site system server adding site system role.