davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Fix Rakefile typo that caused default rake task to fail #318

Closed mattbrictson closed 1 year ago

mattbrictson commented 1 year ago

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 commented 1 year ago

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

davetron5000 commented 1 year ago

Released as 2.21.1