Skip to content

Commit

Permalink
reformat hashtable
Browse files Browse the repository at this point in the history
  • Loading branch information
X-Guardian committed Feb 15, 2020
1 parent 5cd07aa commit cc317f2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ function Set-TargetResource

if ($optionsValue -gt 0)
{
$newADReplicationSiteLinkParameters['OtherAttributes'] = @{options = $optionsValue }
$newADReplicationSiteLinkParameters['OtherAttributes'] = @{
options = $optionsValue
}
}

Write-Verbose -Message ($script:localizedData.NewSiteLink -f $Name)
Expand Down

0 comments on commit cc317f2

Please sign in to comment.