projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd23888
)
Formatting
author
rinpatch
<rinpatch@sdf.org>
Fri, 21 Jun 2019 02:57:46 +0000
(
05:57
+0300)
committer
rinpatch
<rinpatch@sdf.org>
Fri, 21 Jun 2019 02:57:46 +0000
(
05:57
+0300)
mix.exs
patch
|
blob
|
history
diff --git
a/mix.exs
b/mix.exs
index dc2df01a2a05f48a42019dbfa8d91f81c1982804..bd8a10c66f9e5baa589832acef2d09b294416e1e 100644
(file)
--- 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