Skip to content

Commit

Permalink
Fix a reference to the old module name, thanks Jay True
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagabond committed Feb 28, 2011
1 parent 3e0ff4f commit 7149662
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/egitd_server.erl
Expand Up @@ -16,7 +16,7 @@ init(Parent) ->
read_conf() ->
{ok, Conf} = application:get_env(conf),
error_logger:info_msg("Using conf file ~p~n", [Conf]),
conf:read_conf(Conf).
egitd_conf:read_conf(Conf).

init_log() ->
init_log(application:get_env(log)).
Expand Down

0 comments on commit 7149662

Please sign in to comment.