Skip to content

Commit

Permalink
typo woops
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Aug 20, 2011
1 parent 932139f commit 8d5b16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.js
Expand Up @@ -50,7 +50,7 @@ exports.writeApp = function(appname, folder) {
folder = '';
}
var config_file = path.join(process.cwd() + "/" + folder, "." + process.nodester.brand + ".appconfig");
console.log('Writing app data to config in ' process.cwd() + ' - ' + config_file);
console.log('Writing app data to config in ' + process.cwd() + ' - ' + config_file);
fs.writeFileSync(config_file, "appname=" + appname.toLowerCase() + "\n");
return "." + process.nodester.brand + ".appconfig";
}
Expand Down

0 comments on commit 8d5b16f

Please sign in to comment.