mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-01-31 03:49:07 +01:00
mix.exs: branch_name fallbacks to ""
This commit is contained in:
parent
b429a49504
commit
c63d6ba0b2
1 changed files with 1 additions and 1 deletions
2
mix.exs
2
mix.exs
|
@ -266,7 +266,7 @@ defmodule Pleroma.Mixfile do
|
|||
|
||||
branch_name
|
||||
else
|
||||
_ -> "stable"
|
||||
_ -> ""
|
||||
end
|
||||
|
||||
build_name =
|
||||
|
|
Loading…
Reference in a new issue