From 60ad9e1cddcfac78f8aa11a6e1b9f0ff5e70af5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonatan=20K=C5=82osko?= Date: Wed, 6 Aug 2025 19:08:29 +0200 Subject: [PATCH] Excape more regexes --- .../live/hub/teams/deployment_group_agent_component.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex b/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex index 13aa8f3d8..dc8c2c646 100644 --- a/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex +++ b/lib/livebook_web/live/hub/teams/deployment_group_agent_component.ex @@ -226,7 +226,7 @@ defmodule LivebookWeb.Hub.Teams.DeploymentGroupAgentComponent do example_dir = "lb-server-#{hub_name}-#{deployment_group_name}" - |> String.replace(~r/[^\w-]/, "") + |> String.replace(~r/[^\w\-]/, "") |> String.downcase() %{