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 Rakefile typo that caused default rake task to fail #318

Merged
merged 1 commit into from
Jul 23, 2023

Conversation

mattbrictson
Copy link
Contributor

The Rakefile had a typo that caused the default rake task to fail:

$ bin/rake
rake aborted!
Don't know how to build task 'test:integraton' (See the list of available tasks with `rake --tasks`)
Did you mean?  test:integration

Fix "integraton" → "integration"

The Rakefile had a typo that caused the default rake task to fail:

```
$ bin/rake
rake aborted!
Don't know how to build task 'test:integraton' (See the list of available tasks with `rake --tasks`)
Did you mean?  test:integration
```

Fix "integraton" → "integration"
@davetron5000
Copy link
Owner

Thank you for seeing this! I have been staring at this all day and could not see the typo :)

@davetron5000 davetron5000 merged commit 6513009 into davetron5000:main Jul 23, 2023
@davetron5000
Copy link
Owner

Released as 2.21.1

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.

2 participants