aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authordcc <dcc@logografos.com>2024-02-16 17:19:33 -0800
committerdcc <dcc@logografos.com>2024-02-16 17:19:33 -0800
commitea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91 (patch)
treede6626e4308723941e637df6ceade347f4252568 /mix.exs
parent6b975ebdc903ae91ecfafc1c9f6daf57d7945f7a (diff)
downloadanni-ea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91.tar.gz
anni-ea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91.tar.bz2
anni-ea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91.zip
Nothing much just a build up of things
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