forked from AkkomaGang/akkoma
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 @@ defp version(version) do
|
||||||
|
|
||||||
branch_name
|
branch_name
|
||||||
else
|
else
|
||||||
_ -> "stable"
|
_ -> ""
|
||||||
end
|
end
|
||||||
|
|
||||||
build_name =
|
build_name =
|
||||||
|
|
Loading…
Reference in a new issue