Skip to content

Commit

Permalink
Merge pull request #53 from alejandro/master
Browse files Browse the repository at this point in the history
Fix #52
  • Loading branch information
chrismatthieu committed Oct 10, 2012
2 parents 2268ed7 + 24bcb02 commit b21e604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nodester.js
Expand Up @@ -5,7 +5,7 @@ var config = require('../config');
process.nodester = {
brand: config.brand,
apihost: config.apihost,
env : process.env.NODE_ENV || 'production'
env : process.env.NODESTER_ENV || 'production'
}

var cli = require('../lib/commands'),
Expand Down

0 comments on commit b21e604

Please sign in to comment.