Skip to content

Commit

Permalink
Fix a small spell mistake.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaditya Chauhan authored and jhutar committed Sep 2, 2024
1 parent 5b692c9 commit 5018985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opl/generators/inventory_ingress.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def __init__(
self.relatives = self._get_relatives(
relatives
) # list of accounts/... to choose from
sel.relatives_index = 0 # into what account we should put a host
self.relatives_index = 0 # into what account we should put a host

assert (
fraction == 1
Expand Down

0 comments on commit 5018985

Please sign in to comment.