Skip to content

Commit

Permalink
Merge branch 'minio' of github.com:truenas/apps into minio-enterprise
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 2, 2024
2 parents eca4e40 + a19dec8 commit 4c4e8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/common/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def process_ix_volume(data: dict, root: dict) -> dict:

return path

def process_host_path(data: dict, root: dict, perms: dict) -> str:
def process_host_path(data: dict) -> str:
if not data.get('host_path_config', {}):
throw_error("Host Path Configuration: [host_path_config] must be set")

Expand Down

0 comments on commit 4c4e8ea

Please sign in to comment.