aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
Diffstat (limited to 'mix.exs')
-rwxr-xr-xmix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index aaaaf5b..be58009 100755
--- a/mix.exs
+++ b/mix.exs
@@ -264,7 +264,7 @@ defmodule Pleroma.Mixfile do
|> String.trim()
commit_hash_err == 0 ->
- "0-g" <> String.trim(commit_hash)
+ "-g" <> String.trim(commit_hash)
true ->
nil