Skip to content

Commit

Permalink
export variable changed to MOCHAVIGO
Browse files Browse the repository at this point in the history
  • Loading branch information
ycpatel813 committed Aug 23, 2016
1 parent f5a237d commit 7d89f60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ module.exports = function (options) {
};

function _getOption(optToGet, options, isBool) {
var envVar = 'VIGOREPORT_' + optToGet.toUpperCase();

var envVar = 'MOCHAVIGO_' + optToGet.toUpperCase();
// Order of precedence
// 1. Config option
// 2. Environment variable
Expand Down

0 comments on commit 7d89f60

Please sign in to comment.