Skip to content

Commit

Permalink
Emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
riyadhalnur committed Dec 26, 2016
1 parent a87a6b0 commit d10968f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = (opts, flags) => {
if (flags.token && !flags.id) {
tasks.init.run({ token: flags.token }).then(ctx => {
console.log(`Your Gist ID is ${chalk.yellow(ctx.gistId)}. ${chalk.red.bold('Please')} note it down.
You will need this when configuring machines to sync to.`);
You will need this when configuring machines ${emoji.get('computer')} to sync to.`);
}).catch(err => {
console.log(err);
});
Expand Down

0 comments on commit d10968f

Please sign in to comment.