diff options
-rwxr-xr-x | psql | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,4 +42,4 @@ CALL_ROOT="$(pwd)" source "$ROOT/base.env" source "$CALL_ROOT/.env" -$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" +$ROOT/compose exec postgres psql -U "${POSTGRES_USER}" "${POSTGRES_DB}" "$@" |