Skip to content

Commit

Permalink
[minor] Missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
indexzero committed Jun 25, 2011
1 parent 518e68d commit 9e7b2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/jitsu/config.js
Expand Up @@ -39,9 +39,10 @@ config.findJitsuconf = function (filename) {
//
// Use pre-existing config file if already found
//
if(!looking) {
if (!looking) {
return true;
}

filename = filename || '.jitsuconf';

if (configPath) {
Expand Down

0 comments on commit 9e7b2bc

Please sign in to comment.