From 2249e2c32465c0364c297809f676f9c9b9ae4104 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Tue, 21 Feb 2023 22:37:51 +0100 Subject: [PATCH] fix a typo --- config_panel.toml | 2 +- manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config_panel.toml b/config_panel.toml index 9541c0f..84f387a 100644 --- a/config_panel.toml +++ b/config_panel.toml @@ -248,7 +248,7 @@ type = "select" [main.instance.instance_expose_suspended_web] ask.en = "API: Expose suspended on Web (/about/suspended)?" ask.fr = "API : Exposer les instances bloquées sur le Web (/about/suspended) ?" -bind = "instance-expose-suspended_web:__FINALPATH__/config.yaml" +bind = "instance-expose-suspended-web:__FINALPATH__/config.yaml" choices = ["true", "false"] default = "false" help.en = "Allow unauthenticated users to view /about/suspended, showing the HTML rendered list of instances that this instance blocks/suspends." diff --git a/manifest.json b/manifest.json index fa2c712..2a68a3d 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "ActivityPub social network server", "fr": "Serveur de réseau social basé sur ActivityPub" }, - "version": "0.7.1~ynh1", + "version": "0.7.1~ynh2", "url": "https://github.com/superseriousbusiness/gotosocial", "upstream": { "license": "AGPL-3.0-only", @@ -114,4 +114,4 @@ } ] } -} +} \ No newline at end of file