diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-05 08:06:29 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-05 08:06:29 +0300 |
commit | 0eff690f445261673be09674e8a9646681e60a86 (patch) | |
tree | ae502b40f5f9d542059873599fa7538393e8a03f | |
parent | a0fab4e9b6db19fa344c5479d3c5e521708e2be4 (diff) | |
download | pleroma-0eff690f445261673be09674e8a9646681e60a86.tar.gz |
fix typo
-rw-r--r-- | config/description.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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"] } ] }, |