Skip to content

Commit

Permalink
sprintfix: 云梯添加安全组增加描述 (closed #1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt authored and ZhuoZhuoCrayon committed Aug 28, 2023
1 parent 6192e9f commit 2dc4c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node_man/handlers/security_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def add_ips_to_security_group(self, ip_list: List[str], creator: str = None):
CidrBlock=ip,
Port=config.port,
Action=config.action,
PolicyDescription="",
PolicyDescription=f"Add by {creator}",
Ipv6CidrBlock="",
)
)
Expand Down

0 comments on commit 2dc4c7a

Please sign in to comment.