Skip to content

Commit

Permalink
Fixing indents and capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
NEllis280 committed Jun 17, 2020
1 parent 37dc5ac commit cd0fe56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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])
{
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit cd0fe56

Please sign in to comment.