Skip to content

Commit

Permalink
[fix] fixes dscape#4
Browse files Browse the repository at this point in the history
  • Loading branch information
dscape committed Jun 13, 2012
1 parent 57d2ea6 commit cc4fb3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futoncli.js
Expand Up @@ -49,7 +49,7 @@ require('./aliases');

futoncli.welcome = function () {
futoncli.log.info('Welcome to ' + 'futon'.grey);
futoncli.log.info('It worked if it ends with ' + 'futoncli'.grey + ' ok'.green.bold);
futoncli.log.info('It worked if it ends with ' + 'futon'.grey + ' ok'.green.bold);
};

futoncli.start = function (callback) {
Expand Down

0 comments on commit cc4fb3c

Please sign in to comment.