From 93fdefc7b10da46e26cf29831553d3e4bb7cc7ad Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Tue, 11 Jun 2019 07:15:01 +0100 Subject: Pass the --db-client option to sqitch deploy So that it can always find psql. --- scripts/guix-data-service.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') 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) -- cgit v1.2.3