aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-06-21 05:57:46 +0300
committerrinpatch <rinpatch@sdf.org>2019-06-21 05:57:46 +0300
commit267f6bedd885a00a94f8d383a6793d34b018762a (patch)
tree8d67873c19eb0de1c3067262473ffa2cb6261f23
parentdd238887743cba24b8fa1971ae0a4f806a212f13 (diff)
downloadpleroma-267f6bedd885a00a94f8d383a6793d34b018762a.tar.gz
Formatting
-rw-r--r--mix.exs6
1 files changed, 5 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index dc2df01a2..bd8a10c66 100644
--- a/mix.exs
+++ b/mix.exs
@@ -49,7 +49,11 @@ defmodule Pleroma.Mixfile do
end
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
end