diff --git a/anodes.py b/anodes.py index b8bc352..2ab7425 100644 --- a/anodes.py +++ b/anodes.py @@ -28,7 +28,7 @@ class ControlNode: PurePath(str(__user_path), ".local", "share") ) - def __init__(self, ansible__proj_root: ExecutedPath | None): + def __init__(self, ansible_proj_root: ExecutedPath | None): if ansible_root is not None: self.__proj_root = ansible_proj_root