Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Neff <andy@visionsystemsinc.com>
  • Loading branch information
andyneff committed Sep 14, 2023
1 parent 33aee0e commit 7316626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux/just_files/docker_compose_override
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function generate_docker_compose_override()
# inheritance.
unset_flag E
local mp_rv=0
host_mount_point="$(set -xv; mount_point "${volume_host}" nfs nfs3 nfs4)" || mp_rv="${?}"
host_mount_point="$(mount_point "${volume_host}" nfs nfs3 nfs4)" || mp_rv="${?}"
reset_flag E

# If the volume is not a docker volume
Expand Down

0 comments on commit 7316626

Please sign in to comment.