bugfix code error in win_firewall

pull/18777/head
Trond Hindenes 8 years ago committed by Matt Clay
parent 1eb7aa5d78
commit 6972df76ef

@ -230,7 +230,7 @@ $fwsettings.Add("Rule Name", $name)
#$fwsettings.Add("displayname", $name)
$state = $state.ToString().ToLower()
If ($state -eq "present")){
If ($state -eq "present"){
$fwsettings.Add("Direction", $direction)
$fwsettings.Add("Action", $action)
};

Loading…
Cancel
Save