Skip to content

Commit

Permalink
Updated review results
Browse files Browse the repository at this point in the history
  • Loading branch information
ykuijs committed Jul 8, 2021
1 parent 7936d42 commit 7df4f7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- SPContentDatabase
- Fixed issue where WebAppUrl in the Desired State would could the test to fail, always resulting
- Fixed issue where WebAppUrl in the Desired State would cause the test to fail, always resulting
in False.
- SPInstallLanguagePack
- Fixed detection of Norwegian language pack
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function Set-TargetResource
$result = Get-TargetResource @PSBoundParameters

$pName = "$Name Proxy"
if ([String]::IsNullOrEmpty($result.ProxyName))
if (-not [String]::IsNullOrEmpty($result.ProxyName))
{
$pName = $result.ProxyName
}
Expand Down

0 comments on commit 7df4f7d

Please sign in to comment.