Skip to content

Commit

Permalink
config.js requirement fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkvak committed Jun 1, 2015
1 parent 081d23a commit 17aa01c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

var MegaplanClient = require ('./lib/megaplan.js').Client
, config = require ('config.js')
, config = require ('./config.js')
, util = require('util');

var client = new MegaplanClient(config.host).auth(config.user, config.pass);
Expand Down

0 comments on commit 17aa01c

Please sign in to comment.