fix: changed typo that could lead to undefined err
This commit is contained in:
@@ -28,7 +28,7 @@ class ControlNode:
|
|||||||
PurePath(str(__user_path), ".local", "share")
|
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:
|
if ansible_root is not None:
|
||||||
self.__proj_root = ansible_proj_root
|
self.__proj_root = ansible_proj_root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user