Skip to content

Commit

Permalink
[fix] mminor fix in path
Browse files Browse the repository at this point in the history
  • Loading branch information
cronopio authored and Jim Lloyd committed Nov 25, 2011
1 parent 08cfefb commit 6a5666d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
**.swp
node_modules
issues/
.project
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -11,7 +11,7 @@ var Modules = {
, twitter: require('./lib/modules/twitter')
, github: require('./lib/modules/github')
, instagram: require('./lib/modules/instagram')
, google: require('../lib/modules/google')
, google: require('./lib/modules/google')
};

// Mostly, we need this because password needs to be loaded before everything else
Expand Down

0 comments on commit 6a5666d

Please sign in to comment.