diff options
author | rinpatch <rinpatch@sdf.org> | 2019-06-21 05:57:46 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-06-21 05:57:46 +0300 |
commit | 267f6bedd885a00a94f8d383a6793d34b018762a (patch) | |
tree | 8d67873c19eb0de1c3067262473ffa2cb6261f23 | |
parent | dd238887743cba24b8fa1971ae0a4f806a212f13 (diff) | |
download | pleroma-267f6bedd885a00a94f8d383a6793d34b018762a.tar.gz |
Formatting
-rw-r--r-- | mix.exs | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 |