Skip to content

Commit

Permalink
Updating filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
trisha-dell committed Oct 23, 2024
1 parent e6fce17 commit f1a8b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,7 @@ def get_owner_id(self, name, zone, provider):
try:
resp = self.auth_api.get_auth_user(
auth_user_id='USER:' + name,
zone=zone, provider=provider.upper() + ":" + zone).to_dict()
zone=zone, provider=provider).to_dict()
return resp
except Exception as e:
error_msg = self.determine_error(error_obj=e)
Expand Down

0 comments on commit f1a8b44

Please sign in to comment.