diff options
author | rinpatch <rinpatch@sdf.org> | 2020-02-07 10:10:34 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-02-07 10:10:34 +0000 |
commit | 1b51390e4c00785b45a95e74b0ce8fa5d8a4bdbe (patch) | |
tree | 8ad5d12b050252e112bb08c12644c2607fc65bc1 | |
parent | 5b1ef335de468eb4b42627c859477774886698f6 (diff) | |
parent | 01da001da15e102eff5c38277d9d4c865e8b3fab (diff) | |
download | pleroma-1b51390e4c00785b45a95e74b0ce8fa5d8a4bdbe.tar.gz |
Merge branch 'docs-fix' into 'develop'
Fix for config.md
See merge request pleroma/pleroma!2182
-rw-r--r-- | docs/administration/CLI_tasks/config.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/config.md b/docs/administration/CLI_tasks/config.md index 873775962..cc32bf859 100644 --- a/docs/administration/CLI_tasks/config.md +++ b/docs/administration/CLI_tasks/config.md @@ -29,7 +29,7 @@ mix pleroma.config migrate_to_db config :pleroma, configurable_from_database: false ``` -To delete transfered settings from database optional flag `-d` can be used. <env> is `prod` by default. +To delete transfered settings from database optional flag `-d` can be used. `<env>` is `prod` by default. ```sh tab="OTP" ./bin/pleroma_ctl config migrate_from_db [--env=<env>] [-d] |