X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=5484c43ef53a299e5da4099b9bb02cbc523d04be;hb=0f07bcc9e3b5037b33731616534c128f6c04a589;hp=0f57c4daed4981bd84594786251efdccc739d1e5;hpb=481932309fdec83b1cfb46afda3b982d5e388497;p=akkoma diff --git a/mix.exs b/mix.exs index 0f57c4dae..5484c43ef 100644 --- a/mix.exs +++ b/mix.exs @@ -213,7 +213,7 @@ defmodule Pleroma.Mixfile do true <- branch_name != "master" do branch_name = String.trim(branch_name) - |> String.replace(~r/\W+/, "-") + |> String.replace(~r/[^0-9a-z\-\.]+/i, "-") "-" <> branch_name end