Skip to content

Commit

Permalink
fix ref to file renamed in 7e5e054
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Alger committed Apr 3, 2015
1 parent 7e5e054 commit dd9ff18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/kibana/components/agg_types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ define(function (require) {
Private(require('components/agg_types/metrics/std_deviation')),
Private(require('components/agg_types/metrics/cardinality')),
Private(require('components/agg_types/metrics/percentiles')),
Private(require('components/agg_types/metrics/percentileranks'))
Private(require('components/agg_types/metrics/percentile_ranks'))
],
buckets: [
Private(require('components/agg_types/buckets/date_histogram')),
Expand Down Expand Up @@ -57,4 +57,4 @@ define(function (require) {
initialSet: aggs.metrics.concat(aggs.buckets)
});
};
});
});

0 comments on commit dd9ff18

Please sign in to comment.