Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix error message about deprecation in executing 'hubot -c' #938

Merged
merged 1 commit into from
Jun 8, 2015

Conversation

ta1kt0me
Copy link
Contributor

@ta1kt0me ta1kt0me commented May 9, 2015

According to master's hubot/docs/index.md

% mkdir myhubot
% cd myhubot
% yo hubot

@@ -73,6 +73,7 @@ if Options.create
console.error "'hubot --create' is deprecated. Use the yeoman generator instead:"
console.error " npm install -g yo generator-hubot"
console.error " mkdir -p #{Options.path}"
console.error " mv #{Options.path}"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be cd instead of mv?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, it's correct what you say.

according to hubot/docs/index.md

> % mkdir myhubot
> % cd myhubot
> % yo hubot
@ta1kt0me ta1kt0me force-pushed the err-msg-in-creating branch from 89db933 to 278ee5f Compare May 14, 2015 21:53
@michaelansel
Copy link
Collaborator

LGTM 👍

technicalpickles added a commit that referenced this pull request Jun 8, 2015
Fix error message about deprecation in executing 'hubot -c'
@technicalpickles technicalpickles merged commit 5eab111 into hubotio:master Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants