lib/rails/generators/hoptoad/hoptoad_generator.rb in hoptoad_notifier-2.4.6 vs lib/rails/generators/hoptoad/hoptoad_generator.rb in hoptoad_notifier-2.4.7

- old
+ new

@@ -36,10 +36,10 @@ def append_capistrano_hook if File.exists?('config/deploy.rb') && File.exists?('Capfile') append_file('config/deploy.rb', <<-HOOK) - require 'config/boot' + require './config/boot' require 'hoptoad_notifier/capistrano' HOOK end end