One can not simply call application modules from mix.exs

This commit is contained in:
Roman Chvanikov 2020-07-11 16:09:46 +03:00
parent aedbbec88a
commit 05187d497d
1 changed files with 1 additions and 1 deletions

View File

@ -234,7 +234,7 @@ defmodule Pleroma.Mixfile do
defp version(version) do
identifier_filter = ~r/[^0-9a-z\-]+/i
git_available? = Pleroma.Utils.command_available?("git")
git_available? = match?({_output, 0}, System.cmd("sh", ["-c", "command -v git"]))
git_pre_release =
if git_available? do