From 0eff690f445261673be09674e8a9646681e60a86 Mon Sep 17 00:00:00 2001 From: Maksim Pechnikov Date: Fri, 5 Jun 2020 08:06:29 +0300 Subject: [PATCH] fix typo --- config/description.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/description.exs b/config/description.exs index 996f7d810..857293794 100644 --- a/config/description.exs +++ b/config/description.exs @@ -1769,7 +1769,7 @@ config :pleroma, :config_description, [ key: :script_path, type: :string, description: "Path to shell script. Which will run purge cache.", - suggestions: "./installation/nginx-cache-purge.sh.example" + suggestions: ["./installation/nginx-cache-purge.sh.example"] } ] },