Skip to content

Commit

Permalink
remove extra line
Browse files Browse the repository at this point in the history
  • Loading branch information
AmineChikhaoui committed Jun 20, 2017
1 parent 7b9b91e commit 429bf93
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nixops/resources/ec2_security_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ def create(self, defn, check, allow_reboot, allow_recreate):
group = nixops.ec2_utils.id_to_security_group_name(self._conn, grant.groupId, self.vpc_id) if self.vpc_id else grant.groupName
new_rule.append(group)
new_rule.append(grant.owner_id)

rules.append(new_rule)
self.security_group_rules = rules
except boto.exception.EC2ResponseError as e:
Expand Down

0 comments on commit 429bf93

Please sign in to comment.