Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDeveloper committed Jul 11, 2012
1 parent 2dc5cc8 commit df69eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.js
Expand Up @@ -4,7 +4,7 @@ var debug = require('debug')('fuzz:config');
try{
var config = require('config');
debug('Loading config from node-config');
module.exports = config.setModuleDefaults('abacus', require('./config/default'));
module.exports = config.setModuleDefaults('fuzz', require('./config/default'));
}
catch(e){
debug('Setting config to empty object');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -3,7 +3,7 @@
"name": "fuzz",
"description": "RabbitMQ controller",
"homepage": "http://www.geoffwagstaff.com/fuzz/",
"version": "0.0.2",
"version": "0.0.3",
"repository": {
"type": "git",
"url": "http://github.com/thedeveloper/fuzz"
Expand Down

0 comments on commit df69eae

Please sign in to comment.