summaryrefslogtreecommitdiffstats
path: root/src/core/ephraim_accounts.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ephraim_accounts.erl')
-rw-r--r--src/core/ephraim_accounts.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ephraim_accounts.erl b/src/core/ephraim_accounts.erl
index a35c486..d3a3694 100644
--- a/src/core/ephraim_accounts.erl
+++ b/src/core/ephraim_accounts.erl
@@ -8,4 +8,4 @@ start_link() ->
init(_Args) ->
{ok, {{one_for_one, 1, 60},
- [{account, {ephraim_account, start_link, []}, permanent, infinity, supervisor, [ephraim_account]}]}}.
+ [{account, {ephraim_account, start_link, [foo_account]}, permanent, infinity, supervisor, [ephraim_account]}]}}.