From 6bd4da737e49aeeb265ea85548e6e088e8136657 Mon Sep 17 00:00:00 2001 From: darta Date: Tue, 28 Dec 2021 09:07:31 +0100 Subject: [PATCH] chore(conf): config MUST end in empty newline or build script will fail --- digitaldemocratic.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/digitaldemocratic.conf.sample b/digitaldemocratic.conf.sample index 5848765..7e74540 100644 --- a/digitaldemocratic.conf.sample +++ b/digitaldemocratic.conf.sample @@ -135,4 +135,4 @@ KEYCLOAK_IMG=quay.io/keycloak/keycloak:13.0.1 ## ETHERPAD ETHERPAD_IMG=node:lts -ETHERPAD_VERSION=1.8.15 \ No newline at end of file +ETHERPAD_VERSION=1.8.15