From: Alex S Date: Sat, 15 Jun 2019 08:24:49 +0000 (+0800) Subject: little fix X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=501705438f3223363312cc955a8e7b06722a1265;p=akkoma little fix --- 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