Skip to content

Commit bf36d16

Browse files
Update tasks/postgres.toml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent c6f8ce2 commit bf36d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/postgres.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ mise run postgres:up --extra-args "--detach --wait"
2222
description = "Run psql"
2323
run = """
2424
{% set default_service = "postgres-" ~ get_env(name="POSTGRES_VERSION",default="17") %}
25-
psql -U {{arg(name="user",default="cipherstash")}} -d {{arg(name="db",default="cipherstash")}} -h localhost -p {{arg(name="port",default="7432")}}
25+
psql -U {{arg(name="user",default="cipherstash")}} -d {{arg(name="db",default="cipherstash")}} -h localhost -p {{arg(name="port",default="7432")}} --service {{arg(name="service",default=default_service)}}
2626
"""

0 commit comments

Comments
 (0)