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"] } ] },