diff options
| author | dcc <dcc@logografos.com> | 2024-02-16 17:19:33 -0800 |
|---|---|---|
| committer | dcc <dcc@logografos.com> | 2024-02-16 17:19:33 -0800 |
| commit | ea33a0d3427f8b30b82a6ddbc0ff7429cfaf8d91 (patch) | |
| tree | de6626e4308723941e637df6ceade347f4252568 /mix.exs | |
| parent | 6b975ebdc903ae91ecfafc1c9f6daf57d7945f7a (diff) | |
| download | anni-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-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 |
