fix: changed typo that could lead to undefined err

This commit is contained in:
2025-12-25 10:06:48 -05:00
parent 34e1d12bca
commit fa1b1540d9

View File

@@ -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