summaryrefslogtreecommitdiff
path: root/src/pbx_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/pbx_sup.erl')
-rw-r--r--src/pbx_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pbx_sup.erl b/src/pbx_sup.erl
index e9cf6ff..4f753d1 100644
--- a/src/pbx_sup.erl
+++ b/src/pbx_sup.erl
@@ -13,6 +13,6 @@ start_link() ->
init([]) ->
{ok, {
{one_for_one, 5, 10}, [
- ?CHILD(tda, worker),
+ ?CHILD(tapi, worker),
?CHILD(counter, worker)
]}}.