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

Incorrect job creation usage example #4

Open
t3h2mas opened this issue Nov 19, 2019 · 0 comments
Open

Incorrect job creation usage example #4

t3h2mas opened this issue Nov 19, 2019 · 0 comments

Comments

@t3h2mas
Copy link

t3h2mas commented Nov 19, 2019

In the README.md, the example for creating a new job is not correct.

hubot new job "0 9 * * 1-5" "hubot echo Good morning everyone!"

The correct usage should be

hubot new job "0 9 * * 1-5" hubot echo Good morning everyone!

Using the provided example gives no feedback when a job attempts to execute.

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

No branches or pull requests

1 participant