lib/amp-html/configuration.rb in amp-html-0.7.12 vs lib/amp-html/configuration.rb in amp-html-0.7.13
- old
+ new
@@ -160,10 +160,10 @@
require 'yaml'
begin
YAML.load_file 'config/amp-html.yml'
rescue Exception
- warn 'WARNING (AMP): You need to run `rails g amp-html:bundle` first.'
+ warn 'WARNING (AMP): You need to run `rails g amp_html:bundle` first.'
exit
end
end
end