summaryrefslogtreecommitdiff
path: root/psql
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xpsql2
1 files changed, 1 insertions, 1 deletions
diff --git a/psql b/psql
index 71071a4..3bcaf45 100755
--- a/psql
+++ b/psql
@@ -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}" "$@"