Skip to content

Commit

Permalink
#756 minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Nov 1, 2015
1 parent b56d578 commit 9e233ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dispatch/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ manager.parseMetric = function(context, m, callback) {

col = collection[m.dependsOn] ? collection : null;
m = ce.extend(collection[m.key], m);
if (!d.dependsOn)
if (!m.dependsOn)
m.dependsOn = m.key;
if (!m.name)
m.name = m.key;
Expand Down

0 comments on commit 9e233ba

Please sign in to comment.