X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=bd8a10c66f9e5baa589832acef2d09b294416e1e;hb=e824025c52bec84a44bc4307407071daa99e805f;hp=dc2df01a2a05f48a42019dbfa8d91f81c1982804;hpb=7e35bdbd3c51771532f77b58829c6f0e2dcd08ca;p=akkoma 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