aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorraeno <just.raeno@gmail.com>2018-12-19 23:06:10 +0400
committerraeno <just.raeno@gmail.com>2018-12-19 23:06:10 +0400
commit652f49d176b12618c7f537885c0cb1767121acf0 (patch)
tree784726b8d5666194f13ef2e9032fee1083eed676 /lib
parent7fb37804313339f9a2215aea27ece42e8ec31312 (diff)
downloadpleroma-652f49d176b12618c7f537885c0cb1767121acf0.tar.gz
Remove extra bracket
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/web/router.ex2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pleroma/web/router.ex b/lib/pleroma/web/router.ex
index e28055d2a..59784549d 100644
--- a/lib/pleroma/web/router.ex
+++ b/lib/pleroma/web/router.ex
@@ -485,7 +485,7 @@ defmodule Fallback.RedirectController do
end
def index_file_path do
- Pleroma.Plugs.InstanceStatic.file_path("index.html"))
+ Pleroma.Plugs.InstanceStatic.file_path("index.html")
end
def registration_page(conn, params) do