diff --git a/lib/index.js b/lib/index.js index 4de2d28..69bac41 100644 --- a/lib/index.js +++ b/lib/index.js @@ -30,11 +30,11 @@ function GitStats(config, data) { if (typeof config === "object") { self.config = config; } else { - this.config_path = Deffy(confPath, CONFIG_PATH) + this.config_path = Deffy(config, CONFIG_PATH) self.config = this.getConfig(); } - this.path = Deffy(confPath, DEFAULT_STORE); + this.path = Deffy(data, DEFAULT_STORE); } GitStats.prototype.getConfig = function () {