aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex S <alex.strizhakov@gmail.com>2019-06-15 16:24:49 +0800
committerAlex S <alex.strizhakov@gmail.com>2019-06-15 16:24:49 +0800
commit501705438f3223363312cc955a8e7b06722a1265 (patch)
tree7ab1aff74ab93e1676f6f3194769d37e8063618c
parentbaf58c12341b79d1df348f8b5e5f0e3d84edc0e6 (diff)
downloadpleroma-501705438f3223363312cc955a8e7b06722a1265.tar.gz
little fix
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 3e3a21e42..f82ae5243 100644
--- a/mix.exs
+++ b/mix.exs
@@ -178,7 +178,7 @@ defmodule Pleroma.Mixfile do
else
_ ->
{commit_hash, 0} = System.cmd("git", ["rev-parse", "--short", "HEAD"])
- {nil, "-g" <> String.trim(commit_hash)}
+ {nil, "-0-g" <> String.trim(commit_hash)}
end
if git_tag && version != git_tag do