Skip to content

Commit

Permalink
camelCase debugger value
Browse files Browse the repository at this point in the history
  • Loading branch information
noamokman committed Jun 24, 2015
1 parent c4b3078 commit b171221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

var debug = require('debug')('nachos:home');
var debug = require('debug')('nachosHome');
var osHomedir = require('os-homedir');
var path = require('path');
var _ = require('lodash');
Expand Down

0 comments on commit b171221

Please sign in to comment.