Skip to content

Commit

Permalink
fix require line
Browse files Browse the repository at this point in the history
Signed-off-by: Tomas Neme <lacrymology@gmail.com>
  • Loading branch information
Lacrymology committed Apr 5, 2013
1 parent f39f946 commit 61c9313
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
@@ -1,3 +1,3 @@
exports = module.exports = {
db: require(db)
db: require('./db')
}

0 comments on commit 61c9313

Please sign in to comment.