Skip to content

Commit b5051bf

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)