Skip to content

Commit d459408

Browse files
committed
Remove quote
1 parent 317222f commit d459408

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/membrane/core/stalker.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ defmodule Membrane.Core.Stalker do
159159
component_type: component_type,
160160
is_utility: is_utility,
161161
utility_name: if(is_utility, do: " #{utility_name}", else: ""),
162-
component_path: Map.get(config, :parent_path, []) ++ ["#{name_string}"],
162+
component_path: Map.get(config, :parent_path, []) ++ [name_string],
163163
log_metadata: Map.get(config, :log_metadata, [])
164164
}
165165
end

0 commit comments

Comments
 (0)