diff options
Diffstat (limited to 'mix.exs')
| -rwxr-xr-x | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
