1
0
mirror of https://git.pleroma.social/sjw/pleroma.git synced 2024-12-23 18:55:12 +01:00

Formatting

This commit is contained in:
rinpatch 2019-06-21 05:57:46 +03:00
parent dd23888774
commit 267f6bedd8

View File

@ -49,7 +49,11 @@ defmodule Pleroma.Mixfile do
end end
def copy_nginx_config(%{path: target_path} = release) do def copy_nginx_config(%{path: target_path} = release) do
File.cp!("./installation/pleroma.nginx", Path.join([target_path, "installation", "pleroma.nginx"])) File.cp!(
"./installation/pleroma.nginx",
Path.join([target_path, "installation", "pleroma.nginx"])
)
release release
end end