diff options
author | Christopher Baines <mail@cbaines.net> | 2019-06-11 07:15:01 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-06-11 07:15:01 +0100 |
commit | 93fdefc7b10da46e26cf29831553d3e4bb7cc7ad (patch) | |
tree | ece02717acb9fe61c26a249fd57339b4b90ff908 /scripts | |
parent | d7586e88fa57485b21b0e6d64732583a07aee9ac (diff) | |
download | data-service-93fdefc7b10da46e26cf29831553d3e4bb7cc7ad.tar data-service-93fdefc7b10da46e26cf29831553d3e4bb7cc7ad.tar.gz |
Pass the --db-client option to sqitch deploy
So that it can always find psql.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/guix-data-service.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/guix-data-service.in b/scripts/guix-data-service.in index 227c86f..cd8985b 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -71,6 +71,7 @@ (let ((command (list (%config 'sqitch) "deploy" + "--db-client" (%config 'sqitch-psql) "--plan-file" (%config 'sqitch-plan) (string-append "db:pg://" (%config 'database-user) |