Skip to content

Commit

Permalink
fixed askmike#167
Browse files Browse the repository at this point in the history
  • Loading branch information
askmike committed Jan 20, 2014
1 parent 38e98d3 commit 5001821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gekko.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ var setupAdvisor = function(next) {

var settings;

var plugin = _.find(plugin, function(advisor) {
var plugin = _.find(plugins, function(advisor) {
if(!advisor.meta.originates)
return false;

Expand Down

0 comments on commit 5001821

Please sign in to comment.