andrusha / middleman-cloudfront

An Amazon CloudFront extension for middleman which allows you to invalidate CloudFront CDN cache
MIT License
58 stars 29 forks source link

Wrong command name in middleman help #14

Closed harshilmathur closed 10 years ago

harshilmathur commented 10 years ago

Hi, when running middleman help inside the the project with this gem installed, the command for invalidation is shown as middleman cloudfront:invalidate while the actual command that works is middleman invalidate which was confusing to me. I think this is because of line 21 in this file https://github.com/andrusha/middleman-cloudfront/blob/master/lib/middleman-cloudfront/commands.rb .

andrusha commented 10 years ago

Hey! Thanks for the report. Yea, you're right I've missed that.