Skip to content
Snippets Groups Projects
Commit 1cf630c8 authored by sveseli's avatar sveseli
Browse files

typo fixed

parent 6c09397d
No related branches found
No related tags found
No related merge requests found
......@@ -216,7 +216,7 @@ class LdapLinuxPlatformUtility:
@classmethod
def addLocalUserToGroup(cls, username, groupName):
""" Add local user to group. """
cls.addUserFromGroup(username, groupName)
cls.addUserToGroup(username, groupName)
@classmethod
def deleteLocalUserFromGroup(cls, username, groupName):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment