diff --git a/scripts/mount-payment-schedules.sh b/scripts/mount-payment-schedules.sh index cf249f637..5a9e15dda 100644 --- a/scripts/mount-payment-schedules.sh +++ b/scripts/mount-payment-schedules.sh @@ -26,7 +26,7 @@ add_mount() { # shellcheck disable=SC2016 # we don't want to expand ${PWD} - yq w docker-compose.yml "services.$SERVICE.volumes[+]" '- ${PWD}/payment_schedules:/usr/src/app/payment_schedules' + yq w -i docker-compose.yml "services.$SERVICE.volumes[+]" '${PWD}/payment_schedules:/usr/src/app/payment_schedules' } proceed()