Merge pull request #181 from svisser/patch-1

Fixed typo in message
This commit is contained in:
Sahat Yalkabov
2014-08-20 20:53:42 -04:00

View File

@ -5,7 +5,7 @@ var multiline = require('multiline');
if (os.platform() === 'win32') { if (os.platform() === 'win32') {
console.log('*************************************************************'); console.log('*************************************************************');
console.log('Hackthon Starter Generator has been disalbed on Windows until'); console.log('Hackthon Starter Generator has been disabled on Windows until');
console.log('https://github.com/chjj/blessed is fixed or until I find a'); console.log('https://github.com/chjj/blessed is fixed or until I find a');
console.log('better CLI module.'); console.log('better CLI module.');
console.log('*************************************************************'); console.log('*************************************************************');
@ -627,4 +627,4 @@ for (var i = 0; i < os.cpus().length; i++) {
}); });
fs.writeFileSync('cluster_app.js', fileContents); fs.writeFileSync('cluster_app.js', fileContents);
} }