Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anodos325 committed Jul 2, 2024
1 parent 2a7f966 commit 92497bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middlewared/middlewared/plugins/account.py
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ async def setup_local_administrator(self, app, username, password, options):
pass

try:
grp_obj = await self.middleware.call('get.get_group_obj', {'groupname': 'admin'})
grp_obj = await self.middleware.call('group.get_group_obj', {'groupname': 'admin'})
raise CallError(f'"admin" {grp_obj["source"].lower()} group already exists, '
'setting up local administrator is not possible',
errno.EEXIST)
Expand Down

0 comments on commit 92497bf

Please sign in to comment.