Skip to content
This repository has been archived by the owner on Nov 11, 2017. It is now read-only.

Commit

Permalink
Specify ./config/boot for 1.9.2's sake
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Mar 10, 2011
1 parent 2cf48ff commit 7477a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rails/generators/hoptoad/hoptoad_generator.rb
Expand Up @@ -38,7 +38,7 @@ 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
Expand Down

0 comments on commit 7477a2c

Please sign in to comment.