From d7586e88fa57485b21b0e6d64732583a07aee9ac Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Sat, 8 Jun 2019 10:28:14 +0100 Subject: Pass --plan-file to the sqitch deploy command --- 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 9e91436..227c86f 100644 --- a/scripts/guix-data-service.in +++ b/scripts/guix-data-service.in @@ -71,6 +71,7 @@ (let ((command (list (%config 'sqitch) "deploy" + "--plan-file" (%config 'sqitch-plan) (string-append "db:pg://" (%config 'database-user) "@" -- cgit v1.2.3