aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman Chvanikov <chvanikoff@pm.me>2020-07-21 17:00:50 +0300
committerRoman Chvanikov <chvanikoff@pm.me>2020-07-21 17:00:50 +0300
commit43d9877ba904d3165a9cbee134d2f000c044c1d1 (patch)
treecee430460f0619d73e07780b3fae94698e08be74
parent707ae0a6aa43f8946f2a2c482c367c31768e1586 (diff)
downloadpleroma-43d9877ba904d3165a9cbee134d2f000c044c1d1.tar.gz
fix credo
-rw-r--r--docs/administration/CLI_tasks/frontend.md2
-rw-r--r--lib/pleroma/web/controllers/frontend/default_controller.ex1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/administration/CLI_tasks/frontend.md b/docs/administration/CLI_tasks/frontend.md
index 091631147..b1e0892bf 100644
--- a/docs/administration/CLI_tasks/frontend.md
+++ b/docs/administration/CLI_tasks/frontend.md
@@ -16,6 +16,7 @@ Currently supported `<frontend>` values:
- [mastodon](http://git.pleroma.social/pleroma/mastofe)
- [pleroma](http://git.pleroma.social/pleroma/pleroma-fe)
+## Example installation from local path
The complete process of installing frontend from local path would be following:
- download a frontend:
@@ -31,6 +32,7 @@ cd pleroma-fe && yarn && yarn build
mix pleroma.frontend install pleroma --path /path/to/pleroma-fe
```
+## Example installation from web
The complete process of installing frontend from web would be following:
- make sure you've got `yarn` installed:
diff --git a/lib/pleroma/web/controllers/frontend/default_controller.ex b/lib/pleroma/web/controllers/frontend/default_controller.ex
index a17277df4..e9aa59330 100644
--- a/lib/pleroma/web/controllers/frontend/default_controller.ex
+++ b/lib/pleroma/web/controllers/frontend/default_controller.ex
@@ -96,4 +96,3 @@ defmodule Pleroma.Web.Frontend.DefaultController do
end
end
end
-