Skip to content

Commit

Permalink
Merge pull request #129 from trisha-dell/Filesystem_update
Browse files Browse the repository at this point in the history
Updating filesystem
  • Loading branch information
trisha-dell authored Oct 23, 2024
2 parents e6fce17 + f1a8b44 commit cd0414f
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 cd0414f

Please sign in to comment.