diff options
author | Alex S <alex.strizhakov@gmail.com> | 2019-06-15 16:24:49 +0800 |
---|---|---|
committer | Alex S <alex.strizhakov@gmail.com> | 2019-06-15 16:24:49 +0800 |
commit | 501705438f3223363312cc955a8e7b06722a1265 (patch) | |
tree | 7ab1aff74ab93e1676f6f3194769d37e8063618c | |
parent | baf58c12341b79d1df348f8b5e5f0e3d84edc0e6 (diff) | |
download | pleroma-501705438f3223363312cc955a8e7b06722a1265.tar.gz |
little fix
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |