Skip to content
This repository has been archived by the owner on May 25, 2021. It is now read-only.

Commit

Permalink
Most stats files are called stats_descriptions.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson committed Sep 2, 2014
1 parent ef5cd7b commit 98067e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couch_stats_aggregator.erl
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ load_metrics_for_application(AppName) ->
{error, _Error} ->
error;
Dir ->
case file:consult(Dir ++ "/stat_descriptions.cfg") of
case file:consult(Dir ++ "/stats_descriptions.cfg") of
{ok, Descriptions} ->
Descriptions;
{error, _Error} ->
Expand Down

0 comments on commit 98067e0

Please sign in to comment.