Skip to content

Commit

Permalink
DHCPRelay: fix typo for get on set
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed May 27, 2024
1 parent 1b7ade9 commit f9b5ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerArubaCX/Public/DHCPRelay.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ function Set-ArubaCXDHCPRelay {
$response
}

Get-ArubaCXDHCRelay -port $port -vrf $vrf -connection $connection
Get-ArubaCXDHCPRelay -port $port -vrf $vrf -connection $connection
}

End {
Expand Down

0 comments on commit f9b5ff4

Please sign in to comment.