From c287b1ea6ed475cb904a215c9bf3ac9968a4c6d9 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Fri, 10 Apr 2020 13:09:29 +0200 Subject: [PATCH] Fix typo in ODK app definition --- lxc-apps/opendatakit/app | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-apps/opendatakit/app b/lxc-apps/opendatakit/app index 1c93ee5..97654d8 100644 --- a/lxc-apps/opendatakit/app +++ b/lxc-apps/opendatakit/app @@ -24,7 +24,7 @@ "opendatakit-postgres" ], "mounts": { - "opendatakit/odkbuild_conf/add-ca-cert.env": "srv/opendatakit-build/add-ca-cert.env:file" + "opendatakit/odkbuild_conf/add-ca-cert.env": "srv/opendatakit-build/add-ca-cert.env:file", "opendatakit/odkbuild_conf/config.yml": "srv/opendatakit-build/config.yml:file" } },