Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Jul 22, 2022
1 parent 0483c49 commit 26fa223
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VirtualMachineService/VirtualMachineHandler.py
Original file line number Diff line number Diff line change
Expand Up @@ -2616,7 +2616,7 @@ def create_security_group(
direction=resenv_metadata.direction,
protocol=resenv_metadata.protocol,
port_range_max=resenv_metadata.port,
port_range_miflavorn=resenv_metadata.port,
port_range_min=resenv_metadata.port,
security_group_id=new_security_group["id"],
remote_group_id=self.FORC_REMOTE_ID,
)
Expand Down

0 comments on commit 26fa223

Please sign in to comment.