Nothing much just a build up of things
[anni] / mix.exs
diff --git a/mix.exs b/mix.exs
index aaaaf5b59d83ccb0b2ee6e07d0e94358f23a9c02..be580092b830fcc5b08101a683ff335a7119b4aa 100755 (executable)
--- 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