From 21aef127d67e7d60e6de6423859158d371caecd3 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Mon, 13 Dec 2021 17:40:20 +0100 Subject: [PATCH] fix typo --- abra.sh | 2 +- config.json.tmpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/abra.sh b/abra.sh index 6c663af..39249a3 100644 --- a/abra.sh +++ b/abra.sh @@ -1 +1 @@ -export CONFIG_JSON_VERSION=v2 +export CONFIG_JSON_VERSION=v3 diff --git a/config.json.tmpl b/config.json.tmpl index 5a0629b..efd2a9b 100644 --- a/config.json.tmpl +++ b/config.json.tmpl @@ -3,7 +3,7 @@ "m.homeserver": { "base_url": "https://{{ env "HOMESERVER" }}", "server_name": "{{ env "HOMESERVER" }}" - }, + } }, "sso_redirect_options": { "immediate": true